mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Show log sources
This commit is contained in:
parent
1056fe389d
commit
71d25078a0
@ -240,10 +240,10 @@ function logInternal(handle, consoleMethod, args) {
|
||||
...args
|
||||
);
|
||||
} else {
|
||||
if (G_IS_DEV && !globalConfig.debug.disableLoggingLogSources) {
|
||||
// if (G_IS_DEV && !globalConfig.debug.disableLoggingLogSources) {
|
||||
consoleMethod.call(console, "%c" + context, "color: " + labelColor, ...args);
|
||||
} else {
|
||||
consoleMethod.call(console, ...args);
|
||||
}
|
||||
// } else {
|
||||
// consoleMethod.call(console, ...args);
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user