Skip to content

Commit 899a460

Browse files
committed
Remove reference to undefined variable in DEBUG mode
1 parent 70d3e7f commit 899a460

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/expandTailwindAtRules.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ export default function expandTailwindAtRules(context) {
235235
if (env.DEBUG) {
236236
console.log('Potential classes: ', candidates.size)
237237
console.log('Active contexts: ', sharedState.contextSourcesMap.size)
238-
console.log('Content match entries', contentMatchCache.size)
239238
}
240239

241240
// Clear the cache for the changed files

0 commit comments

Comments
 (0)