Don't enable debug mode on the IOLoop

Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
Pedro Algarvio 2023-11-06 13:10:24 +00:00
parent db38c751df
commit 5aba669eb4
No known key found for this signature in database
GPG key ID: BB36BF6584A298FF

View file

@ -914,7 +914,6 @@ class PublishServer(salt.transport.base.DaemonizedPublishServer):
async def publisher(self, publish_payload, ioloop=None):
if ioloop is None:
ioloop = tornado.ioloop.IOLoop.current()
ioloop.asyncio_loop.set_debug(True)
self.daemon_context = zmq.asyncio.Context()
(
self.daemon_pull_sock,