summaryrefslogtreecommitdiff
path: root/src/tabs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2011-05-10 00:49:20 +0200
committermathieui <mathieui@mathieui.net>2011-05-10 00:49:20 +0200
commit4a007eb42b8a44ce0ae2195d88962a7b1eebffc5 (patch)
tree243a186bb03303519e7aa63ebe694d9ab67023b6 /src/tabs.py
parent6e58f88d051067c2a833d53343fa6d27d58213f7 (diff)
downloadpoezio-4a007eb42b8a44ce0ae2195d88962a7b1eebffc5.tar.gz
poezio-4a007eb42b8a44ce0ae2195d88962a7b1eebffc5.tar.bz2
poezio-4a007eb42b8a44ce0ae2195d88962a7b1eebffc5.tar.xz
poezio-4a007eb42b8a44ce0ae2195d88962a7b1eebffc5.zip
-log.debug
Diffstat (limited to 'src/tabs.py')
-rw-r--r--src/tabs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tabs.py b/src/tabs.py
index aa752ee5..fa8cc5f8 100644
--- a/src/tabs.py
+++ b/src/tabs.py
@@ -535,7 +535,6 @@ class MucTab(ChatTab):
args = common.shell_split(arg)
if len(args) < 1:
return
- log.debug('ALLO: %s' % args[0])
if args[0] in [user.nick for user in self.get_room().users]:
jid = self._room.name + '/' + args[0]
else: