reduce debug level in js util registry
This commit is contained in:
parent
26658723b9
commit
58a7bba64f
@ -4,7 +4,7 @@
|
||||
var registeredUtils = [];
|
||||
var activeUtilInstances = [];
|
||||
|
||||
var DEBUG_MODE = /localhost/.test(window.location.href) && 2;
|
||||
var DEBUG_MODE = /localhost/.test(window.location.href) && 0;
|
||||
|
||||
// Registry
|
||||
// (revealing module pattern)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user