mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: drop debug message
This commit is contained in:
parent
7994bf988c
commit
e59b7e01fd
@ -53,7 +53,6 @@ class AbortDialog(Gtk.MessageDialog):
|
||||
case Gtk.ResponseType.OK | Gtk.ResponseType.DELETE_EVENT:
|
||||
sys.exit(1)
|
||||
case Gtk.ResponseType.CANCEL:
|
||||
print("response was cancel")
|
||||
return
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user