mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
remove debugging print statement
This commit is contained in:
parent
be9757894a
commit
652ead2f5c
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue