Skip to content

Commit 0bf6eff

Browse files
authored
Update src/diagnostics.ts
1 parent abdeee7 commit 0bf6eff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/diagnostics.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,6 @@ export abstract class DiagnosticEmitter {
454454
arg1: string | null = null,
455455
arg2: string | null = null
456456
): void {
457-
console.trace()
458457
this.emitDiagnostic(code, DiagnosticCategory.Error, range, null, arg0, arg1, arg2);
459458
}
460459

0 commit comments

Comments
 (0)