reduce debug level in js util registry

This commit is contained in:
Felix Hamann 2019-04-10 23:35:27 +02:00
parent 26658723b9
commit 58a7bba64f

View File

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