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:
parent
07ecf60485
commit
9bd858c1ab
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
var _this;
|
||||
|
||||
var WANT_DEBUG = true;
|
||||
var WANT_DEBUG = false;
|
||||
function debugPrint(string) {
|
||||
if (WANT_DEBUG) {
|
||||
print(string);
|
||||
|
|
Loading…
Reference in a new issue