Mercurial > libervia-backend
diff frontends/quick_frontend/quick_contact_management.py @ 56:01ea5680207e
removed debug comments
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 10 Jan 2010 17:35:41 +1100 |
parents | 2ce9e350cdf9 |
children | a5b5fb5fc9fd |
line wrap: on
line diff
--- a/frontends/quick_frontend/quick_contact_management.py Sun Jan 10 17:32:13 2010 +1100 +++ b/frontends/quick_frontend/quick_contact_management.py Sun Jan 10 17:35:41 2010 +1100 @@ -69,7 +69,6 @@ def isConnected(self, entity): """Tell if the contact is online""" - print "is connected (%s): %s" %(entity, str(self.__contactlist.has_key(entity.short))) #gof return self.__contactlist.has_key(entity.short) def remove(self, entity):