Browse Source

"cleanup"

Josh Wilson 18 years ago
parent
commit
d1be95209e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      direct/src/distributed/DoCollectionManager.py

+ 2 - 2
direct/src/distributed/DoCollectionManager.py

@@ -199,8 +199,8 @@ class DoCollectionManager:
                 "handleObjectLocation: doId: %s parentId: %s zoneId: %s"%
                 (doId, parentId, zoneId))
             # Let the object finish the job
-            obj.setLocation(parentId, zoneId)
-            #self.storeObjectLocation(doId, parentId, zoneId)
+            # calls storeObjectLocation()
+            obj.setLocation(parentId, zoneId) 
         else:
             self.notify.warning(
                 "handleObjectLocation: Asked to update non-existent obj: %s" % (doId))