Philipp Hörist pushed to branch master at gajim / gajim
Commits:
2ae3d18b by Philipp Hörist at 2026-01-31T17:21:56+01:00
cq: Preferences: Remove obsolete test code
- - - - -
1 changed file:
- gajim/gtk/preference/dialog.py
Changes:
=====================================
gajim/gtk/preference/dialog.py
=====================================
@@ -8,7 +8,6 @@
from typing import cast
import logging
-import time
from gi.repository import Adw
from gi.repository import Gdk
@@ -86,7 +85,7 @@ def __init__(self) -> None:
default_height=650,
)
EventHelper.__init__(self)
- s = time.time()
+
self._need_relogin: dict[str, list[AllSettingsT]] = {}
self._account_menu_items: dict[str, SideBarMenuItem] = {}
@@ -160,7 +159,6 @@ def __init__(self) -> None:
("account-removed", ged.GUI2, self._on_account_state_changed),
]
)
- print(time.time() - s)
def _cleanup(self) -> None:
self.unregister_events()
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2ae3d18b0fc987a0429d71441c33a1d7fab5d885
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/2ae3d18b0fc987a0429d71441c33a1d7fab5d885
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]