Remove debugger statement

This commit is contained in:
Ron Buckton 2017-02-07 15:38:03 -08:00
parent 1bbaaa3831
commit 75fa22c682

View file

@ -134,7 +134,6 @@ namespace ts {
performance.mark("postEmitNodeWithSynthesizedComments");
}
debugger;
forEach(trailingComments, emitTrailingSynthesizedComment);
if (extendedDiagnostics) {