Skip to content

Commit 39d8014

Browse files
committed
Remove print.
1 parent 924f8c8 commit 39d8014

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

async_substrate_interface/sync_substrate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,6 @@ def _make_rpc_request(
16921692
item_id = 0
16931693
for payload in payloads:
16941694
item_id += 1
1695-
print({**payload["payload"], **{"id": item_id}})
16961695
ws.send(json.dumps({**payload["payload"], **{"id": item_id}}))
16971696
request_manager.add_request(item_id, payload["id"])
16981697

0 commit comments

Comments
 (0)