1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

enable debug env

This commit is contained in:
malte9799 2020-12-07 22:55:05 +01:00
parent 912790dddf
commit 61ae60684a

View File

@ -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");
}