mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 02:07:18 +02:00
chore: drop print statement
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
Some checks failed
Mirror to Codeberg / mirror-to-codeberg (push) Has been cancelled
This commit is contained in:
parent
5c85c746f1
commit
98c45afe7f
@ -205,7 +205,6 @@ class Controller(GObject.GObject):
|
||||
self.mediator.grid.notebook.settings.populate_settings()
|
||||
except Exception as e:
|
||||
msg = format_exception(e)
|
||||
print(msg)
|
||||
logger.critical(msg)
|
||||
return
|
||||
case ButtonType.MODS:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user