From d66c506b5944f08c2b58ca15de554e92d1e3e7ad Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Mon, 22 Oct 2007 09:06:47 +0000 Subject: [PATCH] remove useless print --- src/roster_window.py | 1 - 1 file changed, 1 deletion(-) 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')