Skip to content

Commit fecd9c3

Browse files
committed
Remove debug code.
1 parent 6c1cec5 commit fecd9c3

File tree

1 file changed

+0
-1
lines changed
  • src/compiler/transformers

1 file changed

+0
-1
lines changed

src/compiler/transformers/es6.ts

-1
Original file line numberDiff line numberDiff line change
@@ -2201,7 +2201,6 @@ namespace ts {
22012201
}
22022202
}
22032203

2204-
debugger;
22052204
let loopBody = visitNode(node.statement, visitor, isStatement);
22062205

22072206
const currentState = convertedLoopState;

0 commit comments

Comments
 (0)