Skip to content

Commit

Permalink
Remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Jan 6, 2015
1 parent 493de35 commit 64bc2d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net_transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ func (n *NetworkTransport) handleCommand(r *bufio.Reader, dec *codec.Decoder, en
fn := n.heartbeatFn
n.heartbeatFnLock.Unlock()
if fn != nil {
n.logger.Printf("[REMOVEME] raft-net: Fast-path heartbeat")
fn(rpc)
goto RESP
}
Expand Down

0 comments on commit 64bc2d8

Please sign in to comment.