Skip to content

Commit 7e8f87b

Browse files
authored
fix: clean up debug code (#421)
1 parent 9e899ea commit 7e8f87b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/module.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ async function setupCustomCollectionsWatcher(options: ModuleOptions, nuxt: Nuxt,
199199
const resolvedPath = await nuxtResolvePath(path)
200200

201201
if (ctx.scanner) {
202-
const matched = ctx.scanner.isFileMatch(path)
203-
console.log({ path, matched })
204202
ctx.scanner.extractFromCode(
205203
await fs.readFile(resolvedPath, 'utf-8').catch(() => ''),
206204
ctx.scannedIcons,

0 commit comments

Comments
 (0)