Skip to content

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
mreiferson committed Sep 19, 2015
1 parent 2705ab0 commit 5912d9f
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 5912d9f

Please sign in to comment.