From a30bab27bb8dcaa17ad025693531ef63150b8686 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 4 Dec 2011 15:24:19 +0100 Subject: [PATCH] remove debugging statement --- tabellio/documents/indexer.py | 1 - 1 file changed, 1 deletion(-) 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,