diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 11:10:53 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 11:10:53 -0500 |
| commit | a0e2897e2dc678986b080380af871f4d0e48421a (patch) | |
| tree | 96e885392efa887378e10da088b6b7006a0f3db0 /tableDefault.go | |
| parent | 0b584dc4555de86ff9caea837fe59ac6f3cfee1b (diff) | |
rm old code. more table stats
Diffstat (limited to 'tableDefault.go')
| -rw-r--r-- | tableDefault.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tableDefault.go b/tableDefault.go index 823fa98..49c16c2 100644 --- a/tableDefault.go +++ b/tableDefault.go @@ -5,6 +5,7 @@ package forgepb import ( "go.wit.com/lib/gui/shell" "go.wit.com/lib/protobuf/gitpb" + "go.wit.com/log" ) // this is the default table layout for repos in forge @@ -12,6 +13,7 @@ import ( func (f *Forge) PrintDefaultTB(pb *gitpb.Repos) { tablePB := f.makeDefaultTB(pb) tablePB.PrintTable() + log.Printf("fpb.PrintDefaultTB: %d repos\n", pb.Len()) } func (f *Forge) getRepoType(repo *gitpb.Repo) string { |
