diff --git a/frappe/www/printview.py b/frappe/www/printview.py index 2a5d0b7e67..c267c7c837 100644 --- a/frappe/www/printview.py +++ b/frappe/www/printview.py @@ -72,10 +72,6 @@ def get_context(context) -> PrintContext: print_format = get_print_format_doc(None, meta=meta) - make_access_log( - doctype=frappe.form_dict.doctype, document=frappe.form_dict.name, file_type="PDF", method="Print" - ) - if print_format and print_format.get("print_format_builder_beta"): from frappe.utils.weasyprint import get_html