| Kevin Lubick | 6fccc9d | 2018-11-20 15:55:10 -0500 | [diff] [blame] | 1 | function 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 Nifong | 77798b4 | 2020-02-21 17:15:22 -0500 | [diff] [blame] | 4 | } |
| 5 | /** @const */ var skIsDebug = false; | ||||