Commit f0f82163 authored by Kevin Deldycke's avatar Kevin Deldycke

Reuse a local variable to have a more explicit log


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2371 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5c0f4697
......@@ -579,7 +579,7 @@ class XMLSyncUtilsMixin(SyncCode):
syncml_data += self.deleteXMLObject(xml_object=signature.getXML() or '',
object_gid=object_gid,cmd_id=cmd_id)
local_gid_list = []
#for object in domain.getObjectList():
for object_path in subscriber.getRemainingObjectPathList():
#object = subscriber.getDestination()._getOb(object_id)
......
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