summaryrefslogtreecommitdiff
path: root/doDebian.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-07 11:10:40 -0500
committerJeff Carr <[email protected]>2025-10-07 11:10:40 -0500
commit487cb10da55cef7efe0f63758ec80c9abc5ce4d1 (patch)
tree0e3d4e3a9e5af74fe976aa8c6129eedaa9daffb3 /doDebian.go
parent379e4b04802d852fea8e3daf03cb85d15a1bb0db (diff)
keep adding table stats
Diffstat (limited to 'doDebian.go')
-rw-r--r--doDebian.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/doDebian.go b/doDebian.go
index 8e036f6..e78bbf0 100644
--- a/doDebian.go
+++ b/doDebian.go
@@ -45,7 +45,6 @@ func doBuildDeb() error {
printPackagingTable(found)
me.forge.ConfigRill(16, 16)
- log.Info("STARTING .deb BUILDS repo len =", found.Len())
stats := me.forge.RunOnRepos(found, buildDeb)
for s, stat := range stats {
if stat.Err != nil {