Commit 2315d98f authored by Chris McDonough's avatar Chris McDonough

Removed reindexIndex method (which was not useful and had a print statement in it)

parent 81591384
......@@ -363,11 +363,6 @@ class Catalog(Persistent, Acquisition.Implicit, ExtensionClass.Base):
self.indexes = indexes
def reindexIndex(self,name):
for p in self.paths.items():
print p
# the cataloging API
def catalogObject(self, object, uid, threshold=None,idxs=[]):
......
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