← back to Exo
remove spammy log
8939f888ebca2ee3230b55f59e41343561d445dd · 2024-07-19 10:36:25 -0700 · Alex Cheema
Files touched
M exo/orchestration/standard_node.py
Diff
commit 8939f888ebca2ee3230b55f59e41343561d445dd
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Fri Jul 19 10:36:25 2024 -0700
remove spammy log
---
exo/orchestration/standard_node.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/exo/orchestration/standard_node.py b/exo/orchestration/standard_node.py
index 0e393a62..0adb0cdc 100644
--- a/exo/orchestration/standard_node.py
+++ b/exo/orchestration/standard_node.py
@@ -295,7 +295,6 @@ class StandardNode(Node):
import traceback
traceback.print_exc()
- print(f"Broadcast result: {request_id=} {result=} {is_finished=}")
await asyncio.gather(*[send_result_to_peer(peer) for peer in self.peers], return_exceptions=True)
async def broadcast_opaque_status(self, request_id: str, status: str) -> None:
← d9484906 remove the spammy logs
·
back to Exo
·
add web url and chatgpt api endpoint to panel (fixes #43), f a342e1ab →