Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
974e64a3 by wurstsalat at 2025-10-31T14:11:32+01:00
cq: Remove leftover print statement
- - - - -
1 changed file:
- gajim/gtk/account_page.py
Changes:
=====================================
gajim/gtk/account_page.py
=====================================
@@ -106,7 +106,6 @@ def set_account(self, account: str | None) -> None:
self._profile_button.set_action_name(f"app.{account}-profile")
vcard = client.get_module("VCard4").get_own_vcard()
- print("ID vcard", id(vcard))
self._set_vcard_rows(vcard)
self._connect_signals()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/974e64a3e812b8417607164e1115b303bcbdd387
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/974e64a3e812b8417607164e1115b303bcbdd387
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]