summaryrefslogtreecommitdiff
path: root/humanTable.go
diff options
context:
space:
mode:
Diffstat (limited to 'humanTable.go')
-rw-r--r--humanTable.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/humanTable.go b/humanTable.go
index e94fcb3..6486dcd 100644
--- a/humanTable.go
+++ b/humanTable.go
@@ -12,7 +12,7 @@ import (
// print the header
// args := []string{"namespace", "cur br", "age", "master", "devel", "last tag", "", "", "", ""}
// sizes := []int{40, 12, 6, 12, 16, 16, 16, 12, 12, 8}
-// log.Info(standardTableSize10(sizes, args))
+// lot.Printf(standardTableSize10(sizes, args))
// returns the line and the Sprintf fmt string
func StandardTableRow(sizes []int, args []string) (string, string) {
@@ -88,7 +88,6 @@ func StandardTableSize5(sizes []int, args []string) string {
func StandardTableSize10(sizes []int, args []string) string {
WIDTH, _ := getTerminalWidth()
- // log.Info("WIDTH IS", WIDTH)
var s string
for i, si := range sizes {
if si == 0 {