# HG changeset patch # User Goffi # Date 1263105341 -39600 # Node ID 01ea5680207eea21167422d5088c4100ee9afae8 # Parent 20e54702fc0bed1bed64ee7c382252a4c47a29d4 removed debug comments diff -r 20e54702fc0b -r 01ea5680207e frontends/quick_frontend/quick_contact_management.py --- 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): diff -r 20e54702fc0b -r 01ea5680207e frontends/wix/main_window.py --- 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