diff --git a/tabellio/documents/indexer.py b/tabellio/documents/indexer.py index 5f12b27..0f45688 100644 --- a/tabellio/documents/indexer.py +++ b/tabellio/documents/indexer.py @@ -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,