Skip to content

Commit

Permalink
🚧 delete prints for testing in record parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
perillaroc committed Feb 7, 2019
1 parent 8562b91 commit b580409
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions record_parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,5 @@ func (p *TokenRecordParser) Parse(records []string) string {
} else {
tokens = strings.Split(record, p.Sep)
}
if p.Index == 0 {
fmt.Printf("**%s**\n", tokens[0])
fmt.Printf("**%v**\n", record)
}
return tokens[p.Index]
}

0 comments on commit b580409

Please sign in to comment.