Skip to content

Commit 1fdf679

Browse files
committed
Remove errant console log calls
1 parent 921b4b6 commit 1fdf679

File tree

1 file changed

+0
-2
lines changed
  • packages/@tailwindcss-postcss/src

1 file changed

+0
-2
lines changed

packages/@tailwindcss-postcss/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@ function tailwindcss(opts: PluginOptions = {}): AcceptedPlugin {
7676
},
7777
async OnceExit(root, { result }) {
7878
let inputFile = result.opts.from ?? ''
79-
console.log({ inputFile })
8079
let context = cache.get(inputFile)
8180
let inputBasePath = path.dirname(path.resolve(inputFile))
82-
console.log({ inputBasePath })
8381

8482
function createCompiler() {
8583
return compile(root.toString(), {

0 commit comments

Comments
 (0)