From c5ba7ffcb12931b0507365142e73dd79cedaf901 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 16 Oct 2025 04:15:37 -0500 Subject: make autogenerated config tables. bye old cruft! --- humanShowRepo.go | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'humanShowRepo.go') diff --git a/humanShowRepo.go b/humanShowRepo.go index dd2582a..cbc433d 100644 --- a/humanShowRepo.go +++ b/humanShowRepo.go @@ -2,16 +2,7 @@ package forgepb -import ( - "os" - "path/filepath" - "time" - - "go.wit.com/lib/gui/shell" - "go.wit.com/lib/protobuf/gitpb" - "go.wit.com/log" -) - +/* func (f *Forge) HumanPrintRepo(check *gitpb.Repo) { if check == nil { log.Info("forge: you sent me nil") @@ -96,3 +87,4 @@ func printTime(s string, t time.Time) { log.Printf("%s mtime last changed %s\n", s, shell.FormatDuration(dur)) } } +*/ -- cgit v1.2.3