summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 00:14:44 -0500
committerJeff Carr <[email protected]>2025-09-04 00:14:44 -0500
commit111c67e97573c4a8714a3f124043cfc3e54b9300 (patch)
treebdd63ad11bfb6b0d7416cd864d18d87920c2f308 /humanTable.go
parent961ca8f41e1e8bd3aecb979c346c5205386fc55a (diff)
debugging panic()
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/humanTable.go b/humanTable.go
index 9516d3f..d3980d2 100644
--- a/humanTable.go
+++ b/humanTable.go
@@ -348,7 +348,7 @@ func (psets *Patchsets) PrintTable() {
args = []string{p.CommitHash, p.NewHash, cId, partId, fname, p.GetNamespace(), "", "", "", "", ""}
start := cobol.StandardTableSize10(sizes, args)
- log.Info(start)
+ cobol.TerminalCut(start)
countPARTS += 1
}
}