From 61ae60684a62d76b0aca760d1285b1bea8b80dca Mon Sep 17 00:00:00 2001 From: malte9799 Date: Mon, 7 Dec 2020 22:55:05 +0100 Subject: [PATCH] enable debug env --- src/js/main.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/js/main.js b/src/js/main.js index 5b9df699..05054558 100644 --- a/src/js/main.js +++ b/src/js/main.js @@ -62,7 +62,8 @@ console.log( console.log("Environment: %c" + G_APP_ENVIRONMENT, "color: #fff"); -if (G_IS_DEV && IS_DEBUG) { +// if (G_IS_DEV && IS_DEBUG) { +if (true) { console.log("\n%c🛑 DEBUG ENVIRONMENT 🛑\n", "color: #f77"); }