changeset 325:d62eb9003375

primitivus: removed forgotten debug stuff
author Goffi <goffi@goffi.org>
date Wed, 11 May 2011 19:49:55 +0200
parents b069055320b1
children 0f9925193586
files frontends/src/primitivus/chat.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/frontends/src/primitivus/chat.py	Tue May 10 15:46:20 2011 +0200
+++ b/frontends/src/primitivus/chat.py	Wed May 11 19:49:55 2011 +0200
@@ -206,8 +206,6 @@
     def replaceUser(self, param_nick):
         """Add user if it is not in the group list"""
         nick = unicode(param_nick) #FIXME: should be done in DBus bridge
-        if "facebook" in nick:
-            self.host.debug()
         QuickChat.replaceUser(self, nick)
         presents = self.present_wid.getAllValues()
         if nick not in presents: