Skip to content

Commit d350e54

Browse files
committed
chore: remove console.log
1 parent bf3e0db commit d350e54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/module.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ const logger = require('./logger')
77
const defaultTailwindConfig = require('./files/tailwind.config.js')
88

99
module.exports = async function (moduleOptions) {
10-
console.log('_start', this.options._start)
11-
1210
const { nuxt, addTemplate } = this
1311
const options = defu.arrayFn(moduleOptions, nuxt.options.tailwindcss, {
1412
configPath: 'tailwind.config.js',

0 commit comments

Comments
 (0)