Skip to content

Commit 9c532f5

Browse files
alkavats1crisbeto
authored andcommitted
refactor(multiple): remove the commented out code (#26409)
the commented code of debugger in region parser file remove (cherry picked from commit 87746f6)
1 parent 072d6d0 commit 9c532f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/region-parser/region-parser.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ function regionParserImpl(
3333

3434
if (regionMatcher) {
3535
const lines = contents.split(/\r?\n/).filter(line => {
36-
// debugger;
3736
const startRegion = line.match(regionMatcher.regionStartMatcher);
3837
const endRegion = line.match(regionMatcher.regionEndMatcher);
3938

0 commit comments

Comments
 (0)