Skip to content

Commit 39c4661

Browse files
committed
Ruff
1 parent 313ba3f commit 39c4661

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bittensor/core/async_subtensor.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,9 +912,7 @@ async def get_children(
912912
block_hash=block_hash,
913913
reuse_block_hash=reuse_block,
914914
)
915-
print(915, children)
916915
if children:
917-
print(916, children)
918916
formatted_children = []
919917
for proportion, child in children.value:
920918
# Convert U64 to int

0 commit comments

Comments
 (0)