Skip to content

Commit

Permalink
Remove flag debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
bemasher committed Jul 12, 2015
1 parent 5555d22 commit 1364a85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions recv.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ func (rcvr *Receiver) NewReceiver() {
rcvr.fc.Add(meterID)
case "filtertype":
rcvr.fc.Add(meterType)
default:
fmt.Println(f.Name)
}
})

Expand Down

0 comments on commit 1364a85

Please sign in to comment.