Dont ask me why...

This commit is contained in:
Veetaha 2020-08-21 21:14:40 +03:00 committed by GitHub
parent aab5aaccf2
commit 54d4bc2622
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,6 @@ export const log = new class {
debug(...msg: [unknown, ...unknown[]]): void {
if (!log.enabled) return;
log.write("DEBUG", ...msg);
log.output.toString();
}
info(...msg: [unknown, ...unknown[]]): void {