Skip to content

Commit 4cbb18a

Browse files
committed
Removed debug log
1 parent 39473a1 commit 4cbb18a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

async_substrate_interface/async_substrate.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -719,8 +719,6 @@ async def _start_receiving(self, ws: ClientConnection) -> Exception:
719719
if not fut.done():
720720
fut.set_exception(e)
721721
fut.cancel()
722-
else:
723-
logger.warning("Timeout occurred. Reconnecting.")
724722
return e
725723

726724
async def _start_sending(self, ws) -> Exception:
@@ -749,8 +747,6 @@ async def _start_sending(self, ws) -> Exception:
749747
for i in self._received.keys():
750748
self._received[i].set_exception(e)
751749
self._received[i].cancel()
752-
else:
753-
logger.warning("Timeout occurred. Reconnecting.")
754750
return e
755751

756752
async def send(self, payload: dict) -> str:

0 commit comments

Comments
 (0)