Reduce log output

This commit is contained in:
Cyber MacGeddon 2025-04-29 00:04:30 +01:00
parent 9508ac6c69
commit 47bb63607e

View file

@ -114,7 +114,7 @@ class AsyncProcessor:
version = message.value().version
# Invoke message handlers
print("Config change event", config, version, flush=True)
print("Config change event", version, flush=True)
for ch in self.config_handlers:
await ch(config, version)