Skip to content

Commit d7466c9

Browse files
bors[bot]Veetaha
andauthored
Merge #5839
5839: Dont ask me why... r=kjeremy a=Veetaha Co-authored-by: Veetaha <veetaha2@gmail.com>
2 parents aab5aac + 54d4bc2 commit d7466c9

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)