Skip to content

Commit 8510311

Browse files
committed
meh
1 parent b9586c6 commit 8510311

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nsqd/channel.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ func (c *Channel) FinishMessage(clientID int64, id MessageID) error {
334334
}
335335
c.Lock()
336336
c.rs.AddInts(id.Int64())
337-
c.ctx.nsqd.logf("range: %+v (%d)", c.rs, c.rs.Count())
338337
c.Unlock()
339338
return nil
340339
}

0 commit comments

Comments
 (0)