blob: fbe8fa33d912ff0d0153f800eb3f4c9ecc05d26a [file] [log] [blame]
Kevin Lubick54c1b3d2020-10-07 16:09:22 -04001function Debug(msg) {
Kevin Lubick6fccc9d2018-11-20 15:55:10 -05002 // 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}
Kevin Lubick54c1b3d2020-10-07 16:09:22 -04005/** @const */ var IsDebug = false;