lint: remove debug logging for node stats

This commit is contained in:
Christopher F 2018-08-24 17:22:22 -04:00
parent acb6322016
commit cfb1661b64
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ func (node *Node) onEvent(msgType int, msg []byte) error {
return err
case opStats:
node.load = m.StatCPU.Load
Log.Println("dbg-node", node.config.WebSocket, "load", node.load)
default:
return errUnknownPayload
}