Skip to content

Commit be18986

Browse files
committed
Removed debug
1 parent fb226f4 commit be18986

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bittensor_cli/src/bittensor/extrinsics/transfer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ async def do_transfer() -> tuple[bool, str, str]:
102102
block_hash_ = response.block_hash
103103
return True, block_hash_, ""
104104
else:
105-
print(response)
106105
return False, "", format_error_message(await response.error_message)
107106

108107
# Validate destination address.

0 commit comments

Comments
 (0)