Skip to content

Commit

Permalink
Merge pull request #454 from conraddonovan16/Removing-debugging-prints
Browse files Browse the repository at this point in the history
Removing debugging prints
  • Loading branch information
newtonick authored Aug 24, 2023
2 parents 9d616a5 + 430a741 commit a8a48cb
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 @@ -224,9 +224,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 a8a48cb

Please sign in to comment.