Skip to content
This repository was archived by the owner on Apr 12, 2019. It is now read-only.

Commit 1707372

Browse files
committed
Remove trace line
1 parent de4d716 commit 1707372

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tree_entry.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ func getCommitsInfo(state *getCommitInfoState) error {
210210

211211
earliestCommit := commits[len(commits) - 1]
212212
for true {
213-
fmt.Printf("getCommitsInfo: loop(earliestCommit=%s)\n", earliestCommit.ID.String())
214213
if err = populateInfoMap(commits, state); err != nil {
215214
return err
216215
} else if len(state.commits) == len(state.entries) {

0 commit comments

Comments
 (0)