mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	remove debugging print statement
This commit is contained in:
		| @@ -63,7 +63,6 @@ class FetchView(SessionOrBasicAuthMixin, DetailView): | |||||||
|             content_type=content_types[self.object.file_type] |             content_type=content_types[self.object.file_type] | ||||||
|         ) |         ) | ||||||
|  |  | ||||||
|         print("OPEN_DOCUMENT", settings.INLINE_DOC) |  | ||||||
|         DISPOSITION = 'inline' if settings.INLINE_DOC else 'attachment' |         DISPOSITION = 'inline' if settings.INLINE_DOC else 'attachment' | ||||||
|  |  | ||||||
|         response["Content-Disposition"] = '{}; filename="{}"'.format( |         response["Content-Disposition"] = '{}; filename="{}"'.format( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joshua Taillon
					Joshua Taillon