Skip to content

Commit d115e00

Browse files
committed
remove log
1 parent f1198cf commit d115e00

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tailwindcss-language-service/src/completionProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ async function provideCustomClassNameCompletions(
225225
let containerMatch
226226

227227
while ((containerMatch = containerRegex.execForGroup(str, 1)) !== null) {
228-
console.log(containerMatch)
229228
const searchStart = document.offsetAt(searchRange.start)
230229
const matchStart = searchStart + containerMatch.start
231230
const matchEnd = searchStart + containerMatch.end

0 commit comments

Comments
 (0)