summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doDebian.go1
-rw-r--r--tableRepos.go1
2 files changed, 1 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 {
diff --git a/tableRepos.go b/tableRepos.go
index 863e35c..7c1c897 100644
--- a/tableRepos.go
+++ b/tableRepos.go
@@ -103,4 +103,5 @@ func printPackagingTable(pb *gitpb.Repos) {
col.Width = -1
tablePB.PrintTable()
+ log.Printf("wit.packagingTable() %d repos\n", pb.Len())
}