Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Oct 4, 2015
1 parent b9586c6 commit 8510311
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nsqd/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ func (c *Channel) FinishMessage(clientID int64, id MessageID) error {
}
c.Lock()
c.rs.AddInts(id.Int64())
c.ctx.nsqd.logf("range: %+v (%d)", c.rs, c.rs.Count())
c.Unlock()
return nil
}
Expand Down

0 comments on commit 8510311

Please sign in to comment.