diff options
Diffstat (limited to 'editors/code/src')
| -rw-r--r-- | editors/code/src/inlay_hints.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editors/code/src/inlay_hints.ts b/editors/code/src/inlay_hints.ts index 55bbd7f0041..f82df66aeda 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))); } |
