Commit 0e2cba1c authored by Nicolas Delaby's avatar Nicolas Delaby

hide log

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15091 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee409ed7
......@@ -226,7 +226,7 @@ class PublicationSynchronization(XMLSyncUtils):
"""
This is the synchronization method for the server
"""
LOG('PubSync',0,'Starting... publication: %s' % str(publication))
#LOG('PubSync',0,'Starting... publication: %s' % str(publication))
# Read the request from the client
xml_client = msg
if xml_client is None:
......
......@@ -70,7 +70,7 @@ def Base_asXML(object, ident=0):
xml = ''
if ident==0:
xml += '<erp5>'
LOG('asXML',0,'Working on: %s' % str(self.getPhysicalPath()))
#LOG('asXML',0,'Working on: %s' % str(self.getPhysicalPath()))
ident_string = '' # This is used in order to have the ident incremented
# for every sub-object
for i in range(0,ident):
......
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