git: remove console.log

This commit is contained in:
Joao Moreno
2017-01-11 17:02:33 +01:00
parent 6f05c43983
commit db5a37ae53

View File

@@ -76,7 +76,6 @@ class Watcher {
@decorate(throttle)
private async updateModelAndWait(): Promise<void> {
console.log('UPDATE');
await this.model.update();
await new Promise(c => setTimeout(c, 8000));
}