Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
remove mock print out
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Jul 14, 2023
1 parent 595b9ff commit b285281
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bittensor_wallet/mock/wallet_mock.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def __init__(
self._mocked_coldkey_keyfile = None
self._mocked_hotkey_keyfile = None

print("---- MOCKED WALLET INITIALIZED- ---")

@property
def hotkey_file(self) -> 'bittensor_wallet.Keyfile':
if self._is_mock:
Expand Down

0 comments on commit b285281

Please sign in to comment.