Skip to content

Commit 336136e

Browse files
Update bittensor/core/subtensor.py
Co-authored-by: BD Himes <[email protected]>
1 parent bafe0da commit 336136e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bittensor/core/subtensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,6 @@ def get_commitment(self, netuid: int, uid: int, block: Optional[int] = None) ->
788788
return ""
789789

790790
metadata = cast(dict, get_metadata(self, netuid, hotkey, block))
791-
print(metadata)
792791
try:
793792
return decode_metadata(metadata)
794793

0 commit comments

Comments
 (0)