From c091e0c16fb1dbcf5c2a3789c8960e5384a480c0 Mon Sep 17 00:00:00 2001 From: "louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13" Date: Wed, 27 Oct 2010 22:49:52 +0000 Subject: Command mode in roster tab, toggle offline contacts with 'o' and sort contacts by show --- src/multiuserchat.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/multiuserchat.py') diff --git a/src/multiuserchat.py b/src/multiuserchat.py index 5800e7f9..311bce87 100644 --- a/src/multiuserchat.py +++ b/src/multiuserchat.py @@ -22,9 +22,6 @@ import sleekxmpp from xml.etree import cElementTree as ET - -from common import debug - def send_private_message(xmpp, jid, line): """ Send a private message @@ -54,7 +51,6 @@ def change_show(xmpp, jid, own_nick, show, status): pres['type'] = show if status: pres['status'] = status - debug('Change presence: %s\n' % (pres)) pres.send() def change_subject(xmpp, jid, subject): -- cgit v1.2.3