turned off verbose logging - again
This commit is contained in:
parent
7462dd119e
commit
6fdd4e2c96
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
|
|
||||||
*/
|
*/
|
||||||
var global = this;
|
var global = this;
|
||||||
var verbose = true;//verbose || false;
|
var verbose = verbose || false;
|
||||||
//
|
//
|
||||||
// private implementation
|
// private implementation
|
||||||
//
|
//
|
||||||
|
|
Reference in a new issue