mirror of
https://github.com/exo-explore/exo.git
synced 2025-12-23 22:27:50 -05:00
too many logs
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user