From 75fa22c682faffdd3b97a6e5e05ba89a482619e5 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Tue, 7 Feb 2017 15:38:03 -0800 Subject: [PATCH] Remove debugger statement --- src/compiler/comments.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/comments.ts b/src/compiler/comments.ts index 49ed0986a5..3668bd8eb5 100644 --- a/src/compiler/comments.ts +++ b/src/compiler/comments.ts @@ -134,7 +134,6 @@ namespace ts { performance.mark("postEmitNodeWithSynthesizedComments"); } - debugger; forEach(trailingComments, emitTrailingSynthesizedComment); if (extendedDiagnostics) {