makela 1 tydzień temu
rodzic
commit
b2e69c5406
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      project/lib/logger.lua

+ 1 - 0
project/lib/logger.lua

@@ -27,7 +27,7 @@ function logger.label(name)
 end
 
 function logger.test(fmt, ...) print(7, fmt, ...) end
+-- function logger.test(fmt, ...) end
 function logger.trace(fmt, ...) print(1, fmt, ...) end
 function logger.debug(fmt, ...) print(2, fmt, ...) end
 function logger.info(fmt, ...) print(3, fmt, ...) end