Skip to content

Commit 7dccfd9

Browse files
committed
remove debug print
1 parent 89afb1a commit 7dccfd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editors/code/src/inlay_hints.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ class HintsUpdater {
9292

9393
async refresh() {
9494
if (!this.enabled) return;
95-
console.log("freshin!");
96-
9795
await Promise.all(this.allEditors.map(it => this.refreshEditor(it)));
9896
}
9997

0 commit comments

Comments
 (0)