diff --git a/src/documents/views.py b/src/documents/views.py index 4f71deb56..6e4eeafd2 100644 --- a/src/documents/views.py +++ b/src/documents/views.py @@ -63,7 +63,6 @@ class FetchView(SessionOrBasicAuthMixin, DetailView): content_type=content_types[self.object.file_type] ) - print("OPEN_DOCUMENT", settings.INLINE_DOC) DISPOSITION = 'inline' if settings.INLINE_DOC else 'attachment' response["Content-Disposition"] = '{}; filename="{}"'.format(