Skip to content

Commit 25b4278

Browse files
Remove useless console.log in @tailwind/vite package (#16307)
1 parent 83fdf37 commit 25b4278

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ function isPotentialCssRootFile(id: string) {
318318
// Don't intercept special static asset resources
319319
!SPECIAL_QUERY_RE.test(id) &&
320320
!COMMON_JS_PROXY_RE.test(id)
321-
if (isCssFile) console.log(id)
322321
return isCssFile
323322
}
324323

0 commit comments

Comments
 (0)