diff --git a/src/compiler/checker.ts b/src/compiler/checker.ts index 8c7e7abef1c..6d07025a41f 100644 --- a/src/compiler/checker.ts +++ b/src/compiler/checker.ts @@ -20887,7 +20887,6 @@ namespace ts { } else if (/* !catchClause.variableDeclaration && */ languageVersion < ScriptTarget.ESNext) { const blockLocals = catchClause.block.locals; - debugger; if (blockLocals) { forEachKey(blockLocals, caughtName => { if (caughtName === "_ignoredCatchParameter") {