Kevin Lubick | 54c1b3d | 2020-10-07 16:09:22 -0400 | [diff] [blame] | 1 | function Debug(msg) { |
Kevin Lubick | 6fccc9d | 2018-11-20 15:55:10 -0500 | [diff] [blame] | 2 | // by leaving this blank, closure optimizes out calls (and the messages) |
3 | // which trims down code size and marginally improves runtime speed. | ||||
Nathaniel Nifong | 77798b4 | 2020-02-21 17:15:22 -0500 | [diff] [blame] | 4 | } |
Kevin Lubick | 54c1b3d | 2020-10-07 16:09:22 -0400 | [diff] [blame] | 5 | /** @const */ var IsDebug = false; |