mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
remove debugging print statement
This commit is contained in:
parent
be9757894a
commit
652ead2f5c
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user