diff options
author | mathieui <mathieui@mathieui.net> | 2011-05-10 00:49:20 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2011-05-10 00:49:20 +0200 |
commit | 4a007eb42b8a44ce0ae2195d88962a7b1eebffc5 (patch) | |
tree | 243a186bb03303519e7aa63ebe694d9ab67023b6 /src/tabs.py | |
parent | 6e58f88d051067c2a833d53343fa6d27d58213f7 (diff) | |
download | poezio-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.py | 1 |
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: |