mirror of
https://github.com/fhmq/hmq.git
synced 2026-08-29 14:03:10 +00:00
Removed un-needed log line
This commit is contained in:
@@ -407,7 +407,6 @@ func (b *Broker) handleConnection(typ int, conn net.Conn) error{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
b.clients.Store(cid, c)
|
b.clients.Store(cid, c)
|
||||||
log.Warn("trying to build publish packet..\n")
|
|
||||||
|
|
||||||
var pubPack = PubPacket{}
|
var pubPack = PubPacket{}
|
||||||
if willmsg != nil {
|
if willmsg != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user