From 4fcc1e0349c8a0f13023639e17561bbcb050bffb Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 31 Aug 2025 12:24:56 -0500 Subject: fixes for Append() --- humanShowRepo.go | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'humanShowRepo.go') diff --git a/humanShowRepo.go b/humanShowRepo.go index 8f2348a..066ff6f 100644 --- a/humanShowRepo.go +++ b/humanShowRepo.go @@ -61,14 +61,7 @@ func (f *Forge) HumanPrintRepo(check *gitpb.Repo) { log.Info("git current name ==", check.GetCurrentBranchName()) // testNext(check) - - found := new(gitpb.Repos) - if !found.AppendByGoPath(check) { - log.Info("forgepb check. repo already existed", check.FullPath, check.GetGoPath()) - } else { - log.Info("forgepb check. repo was new", check.FullPath, check.GetGoPath()) - } - f.PrintHumanTable(found) + // f.PrintHumanTable(check) printTime("Last Pull", check.Times.LastPull.AsTime()) printTime("Last Dirty", check.Times.LastDirty.AsTime()) -- cgit v1.2.3