Skip to content

Commit 97c12a9

Browse files
committed
style(glob): drop unused no-console disable directive
1 parent 4ad6d34 commit 97c12a9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/utils/glob-content-dedup.test.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ describe('globWithGitIgnore() large-monorepo gitignore memory', () => {
7171
// Memory: 300k nominal patterns collapse to one compiled matcher, so the
7272
// walk stays far below the ~250MB code-space cliff that aborted the scan.
7373
const grew = after - before
74-
// eslint-disable-next-line no-console
7574
console.log(
7675
`code_space: ${before.toFixed(1)} -> ${after.toFixed(1)} MB (grew ${grew.toFixed(1)})`,
7776
)

0 commit comments

Comments
 (0)