Skip to content

Commit

Permalink
SFT-2237: removed debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
mjg-foundation committed Aug 29, 2023
1 parent d447b79 commit 7109ac0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ports/stm32/boards/Passport/modules/flows/main_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ async def start(self):
for extension in supported_extensions:
old_key = 'ext.{}.{}'.format(extension['name'], 'enabled')
if common.settings.get(old_key):
print("converting {} to {}".format(old_key, old_key + ".{}".format(string_xfp)))
common.settings.remove(old_key)
common.settings.set(old_key + ".{}".format(string_xfp), True)

Expand Down

0 comments on commit 7109ac0

Please sign in to comment.