mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
chore: drop print statement
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run
This commit is contained in:
parent
6050a370f8
commit
2466887014
@ -63,7 +63,6 @@ class IconTextButton(IconButton):
|
||||
self, icon: str, label: str, halign: Gtk.Align = Gtk.Align.START
|
||||
) -> None:
|
||||
super().__init__(icon, margin=5, halign=halign)
|
||||
print(icon)
|
||||
self.set_label(label)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user