Skip to content

Commit

Permalink
Removed reindexIndex method (which was not useful and had a print sta…
Browse files Browse the repository at this point in the history
…tement in it)
  • Loading branch information
mcdonc committed Jul 25, 2001
1 parent 43a05bf commit d7a04a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Catalog.py
Expand Up @@ -363,11 +363,6 @@ def delIndex(self, name):
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=[]):
Expand Down

0 comments on commit d7a04a2

Please sign in to comment.