mirror of
https://github.com/fhmq/hmq.git
synced 2026-04-30 05:28:34 +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)
|
||||
log.Warn("trying to build publish packet..\n")
|
||||
|
||||
var pubPack = PubPacket{}
|
||||
if willmsg != nil {
|
||||
|
||||
Reference in New Issue
Block a user