diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts index 55bbd7f004..f82df66aed 100644 --- a/editors/code/src/inlay_hints.ts +++ b/editors/code/src/inlay_hints.ts @@ -92,8 +92,6 @@ class HintsUpdater { async refresh() { if (!this.enabled) return; - console.log("freshin!"); - await Promise.all(this.allEditors.map(it => this.refreshEditor(it))); }