aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/code/src/inlay_hints.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts
index 55bbd7f00..f82df66ae 100644
--- a/editors/code/src/inlay_hints.ts
+++ b/editors/code/src/inlay_hints.ts
@@ -92,8 +92,6 @@ class HintsUpdater {
92 92
93 async refresh() { 93 async refresh() {
94 if (!this.enabled) return; 94 if (!this.enabled) return;
95 console.log("freshin!");
96
97 await Promise.all(this.allEditors.map(it => this.refreshEditor(it))); 95 await Promise.all(this.allEditors.map(it => this.refreshEditor(it)));
98 } 96 }
99 97