Skip to content

Commit

Permalink
Remove reference to undefined variable in DEBUG mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 8, 2021
1 parent 70d3e7f commit 899a460
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/expandTailwindAtRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ export default function expandTailwindAtRules(context) {
if (env.DEBUG) {
console.log('Potential classes: ', candidates.size)
console.log('Active contexts: ', sharedState.contextSourcesMap.size)
console.log('Content match entries', contentMatchCache.size)
}

// Clear the cache for the changed files
Expand Down

0 comments on commit 899a460

Please sign in to comment.