fix: changed DEBUG_MODE back

This commit is contained in:
Johannes Eder 2021-05-25 12:20:55 +02:00
parent 7aeb8e61f4
commit cc63f636e9

View File

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