Commit 344fea0b authored by Sebastien Robin's avatar Sebastien Robin

remove some unused logs


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@983 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fda1cb94
......@@ -675,7 +675,7 @@ class SynchronizationTool( UniqueObject, SimpleItem,
def sendHttpResponse(self, to_url=None, sync_id=None, xml=None, domain=None ):
LOG('sendHttpResponse, self.getPhysicalPath: ',0,self.getPhysicalPath())
LOG('sendHttpResponse, starting with domain:',0,domain)
LOG('sendHttpResponse, xml:',0,xml)
#LOG('sendHttpResponse, xml:',0,xml)
if domain is not None:
if domain.domain_type == self.PUB:
return xml
......@@ -746,7 +746,7 @@ class SynchronizationTool( UniqueObject, SimpleItem,
LOG('readResponse, ',0,'starting')
LOG('readResponse, self.getPhysicalPath: ',0,self.getPhysicalPath())
LOG('readResponse, sync_id: ',0,sync_id)
LOG('readResponse, text:',0,text)
#LOG('readResponse, text:',0,text)
# Login as a manager to make sure we can create objects
uf = self.acl_users
user = UnrestrictedUser('syncml','syncml',['Manager','Member'],'')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment