Skip to content

Commit 75f0480

Browse files
committed
fix(cleanup): logging
1 parent c8938cc commit 75f0480

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
@@ -210,7 +210,6 @@ export default defineNuxtModule<ModuleOptions>({
210210
nuxt.hook('tailwindcss:config', (tailwindConfig) => {
211211
tailwindConfig.content = tailwindConfig.content ?? []
212212
tailwindConfig.content.push(join(tokensDir, 'index.ts'))
213-
console.log(tailwindConfig)
214213
})
215214
}
216215
})

0 commit comments

Comments
 (0)