Skip to content

Commit e33bb3e

Browse files
committed
wip
1 parent e995cf2 commit e33bb3e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/vscode-tailwindcss/src/extension.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -523,10 +523,6 @@ export async function activate(context: ExtensionContext) {
523523
if (workspaceFolder !== folder) {
524524
return null
525525
}
526-
outputChannel.appendLine('Provide Completion Item')
527-
outputChannel.appendLine(`[PCI]: ${JSON.stringify(position)}`)
528-
outputChannel.appendLine(`[PCI]: ${JSON.stringify(context)}`)
529-
outputChannel.appendLine(`[PCI]: ${JSON.stringify(token)}`)
530526
return next(document, position, context, token)
531527
},
532528
provideHover(document, position, token, next) {

0 commit comments

Comments
 (0)