diff options
| author | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-02-17 14:20:18 +0100 |
|---|---|---|
| committer | Aleksey Kladov <aleksey.kladov@gmail.com> | 2020-02-17 14:20:18 +0100 |
| commit | 7dccfd9183cc10acae7ead993979c3261fbe37ca (patch) | |
| tree | a55d5e5a3e87ac11fd907c133b072e3a9a5a5600 /editors/code/src | |
| parent | 89afb1a841c83d41ca3da72217c377932cdf5e93 (diff) | |
| download | rust-7dccfd9183cc10acae7ead993979c3261fbe37ca.tar.gz rust-7dccfd9183cc10acae7ead993979c3261fbe37ca.zip | |
remove debug print
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))); } |
