mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +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() {
|
async refresh() {
|
||||||
if (!this.enabled) return;
|
if (!this.enabled) return;
|
||||||
console.log("freshin!");
|
|
||||||
|
|
||||||
await Promise.all(this.allEditors.map(it => this.refreshEditor(it)));
|
await Promise.all(this.allEditors.map(it => this.refreshEditor(it)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue