Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meh
Browse files Browse the repository at this point in the history
mreiferson committed Sep 17, 2015
1 parent f64364c commit db3ecf6
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
@@ -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
}

0 comments on commit db3ecf6

Please sign in to comment.