diff --git a/src/compiler/parser.ts b/src/compiler/parser.ts index 14752945f84..23fb846c0b4 100644 --- a/src/compiler/parser.ts +++ b/src/compiler/parser.ts @@ -3183,7 +3183,6 @@ namespace ts { if (sourceFile.languageVariant !== LanguageVariant.JSX) { return parseTypeAssertion(); } - debugger; if (lookAhead(nextTokenIsIdentifierOrKeyword)) { return parseJsxElementOrSelfClosingElement(/*inExpressionContext*/ true); }