Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/roster_window.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/roster_window.py b/src/roster_window.py
index edc83b108..e2dbe2bad 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -3584,7 +3584,6 @@ class RosterWindow:
status = model[active][2].decode('utf-8')
statuses_unified = helpers.statuses_unified()
if (active == 7 and statuses_unified) or (active == 9 and not statuses_unified):
- print active
# We choose change status message (7 is that, or 9 if there is the "desync'ed" option)
# do not change show, just show change status dialog
status = model[self.previous_status_combobox_active][2].decode('utf-8')