Skip to content

Commit 75fa22c

Browse files
committed
Remove debugger statement
1 parent 1bbaaa3 commit 75fa22c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/comments.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ namespace ts {
134134
performance.mark("postEmitNodeWithSynthesizedComments");
135135
}
136136

137-
debugger;
138137
forEach(trailingComments, emitTrailingSynthesizedComment);
139138

140139
if (extendedDiagnostics) {

0 commit comments

Comments
 (0)