Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
xiorcal authored and aswinkarthik committed Oct 17, 2019
1 parent 27c8242 commit 221c672
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ Most suitable for csv files created from database tables`,
baseFilename := args[0]
deltaFilename := args[1]
runeSeparator, err := parseSeparator(separator)
fmt.Printf("root.go ####### %c, %q\n", runeSeparator, runeSeparator)

if err != nil {
return err
}
Expand Down

0 comments on commit 221c672

Please sign in to comment.