remove debug print

This commit is contained in:
Aleksey Kladov 2020-02-17 14:20:18 +01:00
parent 89afb1a841
commit 7dccfd9183

View file

@ -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)));
}