[Erp5-report] r15057 - /erp5/trunk/products/ERP5SyncML/SynchronizationTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jun 29 01:47:23 CEST 2007


Author: nicolas
Date: Fri Jun 29 01:47:22 2007
New Revision: 15057

URL: http://svn.erp5.org?rev=15057&view=rev
Log:
hide log

Modified:
    erp5/trunk/products/ERP5SyncML/SynchronizationTool.py

Modified: erp5/trunk/products/ERP5SyncML/SynchronizationTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5SyncML/SynchronizationTool.py?rev=15057&r1=15056&r2=15057&view=diff
==============================================================================
--- erp5/trunk/products/ERP5SyncML/SynchronizationTool.py (original)
+++ erp5/trunk/products/ERP5SyncML/SynchronizationTool.py Fri Jun 29 01:47:22 2007
@@ -838,7 +838,7 @@
     #LOG('sendResponse, to_url: ',0,to_url)
     #LOG('sendResponse, from_url: ',0,from_url)
     #LOG('sendResponse, sync_id: ',0,sync_id)
-    LOG('sendResponse, xml: \n',0,xml)
+    #LOG('sendResponse, xml: \n',0,xml)
     if isinstance(xml, unicode):
       xml = xml.encode('utf-8')
     if domain is not None:




More information about the Erp5-report mailing list