Skip to content

Commit 87746f6

Browse files
authored
refactor(multiple): remove the commented out code (#26409)
the commented code of debugger in region parser file remove
1 parent 6391fc1 commit 87746f6

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)