diff --git a/mayan/apps/ocr/views.py b/mayan/apps/ocr/views.py index 0fd2709fbb..2c4f237867 100644 --- a/mayan/apps/ocr/views.py +++ b/mayan/apps/ocr/views.py @@ -99,7 +99,6 @@ class DocumentTypeSubmitView(FormView): def form_valid(self, form): count = 0 - print form.cleaned_data for document in form.cleaned_data['document_type'].documents.all(): document.submit_for_ocr() count += 1