From 4c1d32031cdf3ecbecb4eb774ab74b16cb162693 Mon Sep 17 00:00:00 2001 From: cyhhao Date: Thu, 2 Mar 2023 20:22:03 +0800 Subject: [PATCH] clear log --- src/git-remote-git3/git.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)