Skip to content

Commit 54d4bc2

Browse files
authored
Dont ask me why...
1 parent aab5aac commit 54d4bc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editors/code/src/util.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export const log = new class {
2525
debug(...msg: [unknown, ...unknown[]]): void {
2626
if (!log.enabled) return;
2727
log.write("DEBUG", ...msg);
28-
log.output.toString();
2928
}
3029

3130
info(...msg: [unknown, ...unknown[]]): void {

0 commit comments

Comments
 (0)