Skip to content

Commit

Permalink
delete 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 221c672 commit 71de2b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/digest/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package digest

import (
"encoding/csv"
"fmt"
"runtime"
"sync"
)
Expand Down Expand Up @@ -61,7 +60,6 @@ func (e Engine) StreamDigests() (chan []Digest, chan error) {
wg := &sync.WaitGroup{}
reader := csv.NewReader(e.config.Reader)
reader.Comma = e.config.Separator
fmt.Printf("engine.go ####### %c, %q\n", e.config.Separator, e.config.Separator)
for {
lines, eofReached, err := getNextNLines(reader)

Expand Down

0 comments on commit 71de2b0

Please sign in to comment.