From a0e2897e2dc678986b080380af871f4d0e48421a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 7 Oct 2025 11:10:53 -0500 Subject: rm old code. more table stats --- tablePull.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tablePull.go') diff --git a/tablePull.go b/tablePull.go index 8e0a282..2e87e40 100644 --- a/tablePull.go +++ b/tablePull.go @@ -6,11 +6,13 @@ import ( "path/filepath" "go.wit.com/lib/protobuf/gitpb" + "go.wit.com/log" ) -func (f *Forge) PrintPullTable(all *gitpb.Repos) { - tablePB := f.makePullTable(all) +func (f *Forge) PrintPullTable(pb *gitpb.Repos) { + tablePB := f.makePullTable(pb) tablePB.PrintTable() + log.Printf("fpb.PullTable: %d repos\n", pb.Len()) } func (f *Forge) makePullTable(pb *gitpb.Repos) *gitpb.ReposTable { -- cgit v1.2.3