mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-17 22:01:49 -05:00
cleanup some debug messages
This commit is contained in:
parent
e21e2a7c50
commit
5694cabd93
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user