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