Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
clriesco committed Dec 5, 2024
1 parent ecf1ac3 commit 06c1a58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion payments_py/ai_query_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ async def subscribe_task_logs(self, callback: Any, tasks: List[str]):
await self.connect_socket()
self.socket_client.on('_connected', self._on_connected(callback, tasks))
except Exception as error:
print(error)
raise Exception(f"Unable to initialize websocket client: {self.web_socket_host} - {str(error)}")


Expand Down

0 comments on commit 06c1a58

Please sign in to comment.