Removed un-needed log line

This commit is contained in:
Scott Joseph Spitler II
2023-12-11 23:04:24 -05:00
parent 9fc57423db
commit cdff42698a

View File

@@ -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 {