diff --git a/frontend/src/services/util-registry/util-registry.js b/frontend/src/services/util-registry/util-registry.js index 507331135..65e9326cc 100644 --- a/frontend/src/services/util-registry/util-registry.js +++ b/frontend/src/services/util-registry/util-registry.js @@ -1,6 +1,6 @@ import * as toposort from 'toposort'; -const DEBUG_MODE = 3;///localhost/.test(window.location.href) ? 1 : 0; +const DEBUG_MODE = /localhost/.test(window.location.href) ? 1 : 0; export class UtilRegistry {