del debug info

delete debug message body
This commit is contained in:
joy.zhou
2018-01-25 19:31:47 +08:00
committed by GitHub
parent 93b21777ff
commit 5a569f14a3

View File

@@ -151,7 +151,7 @@ func ProcessMessage(msg *Message) {
if ca == nil { if ca == nil {
return return
} }
log.Debug("Recv message: ", ca.String(), " clientID = ", c.info.clientID) log.Debug("Recv message from client, ID = ", c.info.clientID)
switch ca.(type) { switch ca.(type) {
case *packets.ConnackPacket: case *packets.ConnackPacket: