diff options
Diffstat (limited to 'humanShowRepo.go')
| -rw-r--r-- | humanShowRepo.go | 9 |
1 files changed, 1 insertions, 8 deletions
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()) |
