Skip to content

Commit df817ce

Browse files
committed
Fix leftover debug message.
1 parent d6dddf7 commit df817ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subtrac/subtrac.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ func (c *Cache) tryFetchFromSubmodules(path string, hash plumbing.Hash) (*NotPre
454454
for i := range repos {
455455
subpath := paths[i]
456456
subr := repos[i]
457-
c.infof(" path=%q subr=%q\n", subpath, subr)
457+
c.infof(" path=%q\n", subpath)
458458
_, err = subr.CommitObject(hash)
459459
if err != nil {
460460
c.infof(" ...not in %v %v\n", subpath, err)

0 commit comments

Comments
 (0)