Skip to content

Commit b8524d9

Browse files
authored
fix: remove console.log 🤣 (#493)
1 parent 90b0c88 commit b8524d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/module.ts‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export default defineNuxtModule<ModuleOptions>({
5050
const ignore = value as ModuleOptions['ignore'] || []
5151
return [key, genArrayFromRaw(ignore.map(v => typeof v === 'string' ? JSON.stringify(v) : v.toString()))]
5252
}))
53-
console.log(serialisedOptions)
5453
config.virtual['#html-validator-config'] = `export default ${serialisedOptions}`
5554
})
5655

0 commit comments

Comments
 (0)