mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
remove debugging print statement
This commit is contained in:
parent
a8e53846b8
commit
2661af34c3
@ -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