remove debugging statement

This commit is contained in:
Frédéric Péters 2011-12-04 15:24:19 +01:00
parent 464f4d8a1f
commit a30bab27bb
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ def document_dynamic_searchable_text_indexer(obj):
return title_and_authors
# convert it to text/plain
print 'indexing pdf'
try:
datastream = transforms.convertTo(
'text/plain', data.data, mimetype=data.contentType,