mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 06:58:56 +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 _this;
|
||||||
|
|
||||||
var WANT_DEBUG = true;
|
var WANT_DEBUG = false;
|
||||||
function debugPrint(string) {
|
function debugPrint(string) {
|
||||||
if (WANT_DEBUG) {
|
if (WANT_DEBUG) {
|
||||||
print(string);
|
print(string);
|
||||||
|
|
Loading…
Reference in a new issue