Skip to content

Commit

Permalink
fix: remove console.log 🤣 (#493)
Browse files Browse the repository at this point in the history
  • Loading branch information
enkot authored May 17, 2024
1 parent 90b0c88 commit b8524d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ export default defineNuxtModule<ModuleOptions>({
const ignore = value as ModuleOptions['ignore'] || []
return [key, genArrayFromRaw(ignore.map(v => typeof v === 'string' ? JSON.stringify(v) : v.toString()))]
}))
console.log(serialisedOptions)
config.virtual['#html-validator-config'] = `export default ${serialisedOptions}`
})

Expand Down

0 comments on commit b8524d9

Please sign in to comment.