From 344fea0b661be84bde5c13d4cc1460d22c662912 Mon Sep 17 00:00:00 2001 From: Sebastien Robin <seb@nexedi.com> Date: Wed, 9 Jun 2004 16:11:51 +0000 Subject: [PATCH] remove some unused logs git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@983 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5SyncML/SynchronizationTool.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/product/ERP5SyncML/SynchronizationTool.py b/product/ERP5SyncML/SynchronizationTool.py index b2d6391f5d..f6a58019ba 100755 --- a/product/ERP5SyncML/SynchronizationTool.py +++ b/product/ERP5SyncML/SynchronizationTool.py @@ -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'],'') -- 2.30.9