Skip to content

Commit 5633349

Browse files
committed
remove comment
1 parent e0f8d73 commit 5633349

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ export function completionsFromClassList(
7777
}
7878
}
7979

80-
// console.log(Object.keys(isSubset ? subset : state.classNames.classNames))
81-
8280
return {
8381
isIncomplete: false,
8482
items: Object.keys(isSubset ? subset : state.classNames.classNames)

0 commit comments

Comments
 (0)