mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
remove debug print
This commit is contained in:
parent
89afb1a841
commit
7dccfd9183
1 changed files with 0 additions and 2 deletions
|
@ -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)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue