diff options
author | Aleksey Kladov <[email protected]> | 2020-02-17 13:20:18 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-02-17 13:20:18 +0000 |
commit | 7dccfd9183cc10acae7ead993979c3261fbe37ca (patch) | |
tree | a55d5e5a3e87ac11fd907c133b072e3a9a5a5600 /editors/code | |
parent | 89afb1a841c83d41ca3da72217c377932cdf5e93 (diff) |
remove debug print
Diffstat (limited to 'editors/code')
-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 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 | ||