mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
git: remove console.log
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user