diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 00:14:44 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 00:14:44 -0500 |
| commit | 111c67e97573c4a8714a3f124043cfc3e54b9300 (patch) | |
| tree | bdd63ad11bfb6b0d7416cd864d18d87920c2f308 /humanTable.go | |
| parent | 961ca8f41e1e8bd3aecb979c346c5205386fc55a (diff) | |
debugging panic()
Diffstat (limited to 'humanTable.go')
| -rw-r--r-- | humanTable.go | 2 |
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 } } |
