too many logs

This commit is contained in:
Evan
2025-12-15 17:22:05 +00:00
parent 244d3c89d9
commit 0cea727f2f

View File

@@ -73,7 +73,6 @@ class TopicRouter[T: CamelCaseModel]:
assert self.networking_receiver is not None
while True:
item = self.topic.deserialize(await self.networking_receiver.receive())
logger.debug(f"Got {item} from network")
await self.publish(item)
def subscribe_with(self, net_send: RustSender, net_recv: RustReceiver):