# HG changeset patch # User Goffi # Date 1305136195 -7200 # Node ID d62eb9003375b09c5668ab3328a5d7828fb7b21c # Parent b069055320b1e3b3e31b878f223c93ffb573020d primitivus: removed forgotten debug stuff diff -r b069055320b1 -r d62eb9003375 frontends/src/primitivus/chat.py --- 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: