This commit is contained in:
2025-11-28 01:01:35 +02:00
parent 43f8b17930
commit deb354d1a2
+1 -1
View File
@@ -102,7 +102,7 @@ export class Boot {
/**
* App Log
*/
log(msg) {
static log(msg) {
if (Boot.DEBUG) {
console.log(msg);