Skip to content

Commit

Permalink
cleanup: remove debug notification for setting reset
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Mar 15, 2024
1 parent b2d4f7a commit 760f1fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion smassh/ui/widgets/settings/danger_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ class ResetConfig(Confirm):
def __init__(self) -> None:

def callback():
self.screen.notify("Resetting configuration")
config_parser.reset()
for setting in self.screen.query(BaseOption):
setting.load_current_setting()
Expand Down

0 comments on commit 760f1fb

Please sign in to comment.