mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-22 12:43:36 +00:00
remove debug print
This commit is contained in:
parent
89afb1a841
commit
7dccfd9183
@ -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 New Issue
Block a user