mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
remove debug print
This commit is contained in:
parent
89afb1a841
commit
7dccfd9183
@ -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…
x
Reference in New Issue
Block a user