Skip to content

Commit

Permalink
Remove Printf
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasefe committed Aug 23, 2016
1 parent 554bc4a commit 2e52fb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,5 @@ func ParseLine(line string) (map[string]string, error) {
captures[name] = match[i]
}

log.Printf("%+v", captures)

return captures, nil
}

0 comments on commit 2e52fb8

Please sign in to comment.