Mercurial > libervia-backend
diff frontends/src/primitivus/chat.py @ 325:d62eb9003375
primitivus: removed forgotten debug stuff
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 11 May 2011 19:49:55 +0200 |
parents | b1794cbb88e5 |
children | ede26abf6ca1 |
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: