disable silent client-side logging for "release"
This commit is contained in:
parent
e373d72c85
commit
93e36fbc82
|
@ -1,7 +1,7 @@
|
||||||
var cah = {};
|
var cah = {};
|
||||||
|
|
||||||
cah.DEBUG = false;
|
cah.DEBUG = false;
|
||||||
cah.SILENT_DEBUG = true;
|
cah.SILENT_DEBUG = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This client's nickname.
|
* This client's nickname.
|
||||||
|
|
Loading…
Reference in New Issue