diff --git a/frappe/utils/print_format.py b/frappe/utils/print_format.py index a31fb9922a..e83a5f6c71 100644 --- a/frappe/utils/print_format.py +++ b/frappe/utils/print_format.py @@ -52,7 +52,6 @@ def download_multi_pdf(doctype, name, format=None, no_letterhead=0): Returns: PDF: A PDF generated by the concatenation of the mentioned input docs """ - make_access_log(doctype=doctype, method='PDF', file_type='PDF', document=name) import json output = PdfFileWriter()