Skip to content

Commit

Permalink
Removing debugging prints
Browse files Browse the repository at this point in the history
  • Loading branch information
thedon702 committed Aug 24, 2023
1 parent a108dc4 commit 430a741
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/seedsigner/views/tools_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,7 @@ def run(self):
if ret == RET_CODE__BACK_BUTTON:
return Destination(BackStackView)

print(f"Dice rolls: {ret}")
dice_seed_phrase = mnemonic_generation.generate_mnemonic_from_dice(ret)
print(f"""Mnemonic: "{dice_seed_phrase}" """)

# Add the mnemonic as an in-memory Seed
seed = Seed(dice_seed_phrase, wordlist_language_code=self.settings.get_value(SettingsConstants.SETTING__WORDLIST_LANGUAGE))
Expand Down

0 comments on commit 430a741

Please sign in to comment.