summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
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
}
}