Mercurial > libervia-backend
changeset 56:01ea5680207e
removed debug comments
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 10 Jan 2010 17:35:41 +1100 |
parents | 20e54702fc0b |
children | a5b5fb5fc9fd |
files | frontends/quick_frontend/quick_contact_management.py frontends/wix/main_window.py |
diffstat | 2 files changed, 1 insertions(+), 2 deletions(-) [+] |
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):
--- a/frontends/wix/main_window.py Sun Jan 10 17:32:13 2010 +1100 +++ b/frontends/wix/main_window.py Sun Jan 10 17:35:41 2010 +1100 @@ -220,7 +220,7 @@ def __init__(self): wx.Frame.__init__(self,None, title="SAT Wix", size=(300,500)) - self.CM = QuickContactManagement() #gof: + self.CM = QuickContactManagement() #FIXME: not the best place #Frame elements