Remove debug code.

This commit is contained in:
Ron Buckton
2016-09-30 16:50:17 -07:00
parent 6c1cec5c3a
commit fecd9c38a7

View File

@@ -2201,7 +2201,6 @@ namespace ts {
}
}
debugger;
let loopBody = visitNode(node.statement, visitor, isStatement);
const currentState = convertedLoopState;