Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Removed old comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Florent Guillaume committed Sep 9, 2005
1 parent 145d384 commit 5708522
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ZCTextIndex.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,6 @@ def index_object(self, documentId, obj, threshold=None):
text = text()
if text is None:
continue
# To index each attribute separately, we could use the
# following line, but we have preferred to make a single
# call to index_doc() for all attributes together.
# res += self.index.index_doc(documentId, text)
if text:
if isinstance(text, (list, tuple, )):
all_texts.extend(text)
Expand Down

0 comments on commit 5708522

Please sign in to comment.