Skip to content

Commit 4ac078b

Browse files
committed
Remove debugger statement
1 parent d86fd85 commit 4ac078b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compiler/emitter.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,6 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, Promi
14851485
}
14861486
}
14871487
else if (languageVersion < ScriptTarget.ES6) {
1488-
debugger;
14891488
let declaration = resolver.getReferencedImportDeclaration(node);
14901489
if (declaration) {
14911490
if (declaration.kind === SyntaxKind.ImportClause) {

0 commit comments

Comments
 (0)