Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit c876037

Browse files
authored
remove debug logs
1 parent 8e12394 commit c876037

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/setupContext.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -676,11 +676,9 @@ function setupContext(configOrPath) {
676676
isConfigFile ||
677677
(_cacheKey && configHashMap.get(_cacheKey) === _cacheVersion)
678678
) {
679-
console.log('>> HIT')
680679
return contextMap.get(sourcePath)
681680
}
682681
}
683-
console.log('>> MISS')
684682

685683
// If the config used already exists in the cache, return that.
686684
if (configContextMap.has(tailwindConfigHash)) {

0 commit comments

Comments
 (0)