cleanup some debug messages

This commit is contained in:
Hemna 2023-04-25 14:29:26 -04:00
parent e21e2a7c50
commit 5694cabd93
1 changed files with 0 additions and 2 deletions

View File

@ -472,8 +472,6 @@ class PluginManager:
def run(self, packet: packets.core.MessagePacket):
"""Execute all the plugins run method."""
with self.lock:
LOG.info(f"PM {self}")
LOG.info(f" plugins {self.get_message_plugins()}")
return self._pluggy_pm.hook.filter(packet=packet)
def run_watchlist(self, packet: packets.core.Packet):