disable silent client-side logging for "release"

This commit is contained in:
Andy Janata 2012-01-30 16:36:07 -08:00
parent e373d72c85
commit 93e36fbc82
1 changed files with 1 additions and 1 deletions

View File

@ -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.