Skip to content

Commit 725577e

Browse files
author
Yui T
committed
Remove deubgger statement
1 parent 4c7891c commit 725577e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/harness/compilerRunner.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ class CompilerBaselineRunner extends RunnerBase {
152152
if (this.errors) {
153153
Harness.Baseline.runBaseline('Correct errors for ' + fileName, justName.replace(/\.ts$/, '.errors.txt'), (): string => {
154154
if (result.errors.length === 0) return null;
155-
debugger;
156155
return getErrorBaseline(toBeCompiled, otherFiles, result);
157156
});
158157
}

0 commit comments

Comments
 (0)