diff --git a/src/git-remote-git3/git.ts b/src/git-remote-git3/git.ts index 5c1000a..e112354 100644 --- a/src/git-remote-git3/git.ts +++ b/src/git-remote-git3/git.ts @@ -103,7 +103,7 @@ class Git { fetching.push(this.fetch(sha)) } } else { - log("already downloaded", oid) + // log("already downloaded", oid) } } else { let error = await this.download(oid)