From b91fc2e422983a22e093db843433699502a65e89 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Wed, 18 Sep 2019 01:05:17 +0200 Subject: [PATCH] Turn debugging on --- src/ext/conf/Debug.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ext/conf/Debug.js b/src/ext/conf/Debug.js index 7147c78..f62972c 100644 --- a/src/ext/conf/Debug.js +++ b/src/ext/conf/Debug.js @@ -4,14 +4,14 @@ const _prod = false; var Debug = { // performanceMetrics: true, // should not be affected by debug.debug in order to allow benchmarking of the impact logging in console has - init: true, - debug: true, + // init: true, + // debug: true, // keyboard: true, - resizer: true, + // resizer: true, // debugArDetect: true, // scaler: true, // debugStorage: true, - comms: true, + // comms: true, // showArDetectCanvas: true, // flushStoredSettings: true, // playerDetect: true,