chore: drop print statement
Some checks are pending
Mirror to Codeberg / mirror-to-codeberg (push) Waiting to run

This commit is contained in:
aclist 2026-06-10 06:45:51 +09:00
parent 6050a370f8
commit 2466887014

View File

@ -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)