3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-13 11:06:39 +02:00

no log spam

This commit is contained in:
Philip Rosedale 2017-01-05 13:49:38 -08:00
parent 07ecf60485
commit 9bd858c1ab

View file

@ -34,7 +34,7 @@
var _this;
var WANT_DEBUG = true;
var WANT_DEBUG = false;
function debugPrint(string) {
if (WANT_DEBUG) {
print(string);