remove commented code

This commit is contained in:
Matt Jaffee 2018-06-29 06:52:29 -05:00
parent 2e15db7ce0
commit d2d84d2649
No known key found for this signature in database
GPG key ID: 08A3DFFF987B11BF

View file

@ -337,7 +337,6 @@ func (g *gossipEventReceiver) listen() {
if err := proto.Unmarshal(e.Node.Meta, &n); err != nil {
panic("failed to unmarshal event node meta data")
}
// node := pilosa.DecodeNode(&n)
ne := &internal.NodeEventMessage{
Event: uint32(nodeEventType),