blob: 9d505a48ab20382ea485367080171ff96f2642ee [file] [log] [blame]
Kevin Lubick6fccc9d2018-11-20 15:55:10 -05001function SkDebug(msg) {
2 // by leaving this blank, closure optimizes out calls (and the messages)
3 // which trims down code size and marginally improves runtime speed.
Nathaniel Nifong77798b42020-02-21 17:15:22 -05004}
5/** @const */ var skIsDebug = false;