Skip to content

Commit cce9a93

Browse files
committed
Removed debugging
1 parent 5518fa7 commit cce9a93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/writer/writer.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package writer
22

33
import (
44
"encoding/csv"
5-
"fmt"
65
"io"
76
)
87

@@ -74,7 +73,6 @@ func (self *TableWriter) writeText(meta *TableMeta, w io.Writer) error {
7473
// Set the format string
7574
if pass > 0 {
7675
format = text.Formatln('|')
77-
fmt.Println(format)
7876
}
7977
// Write header
8078
if meta.header {

0 commit comments

Comments
 (0)