From 354f8337e9cc08262ab0b8662e31016e7e4ff970 Mon Sep 17 00:00:00 2001 From: Shllokkk Date: Thu, 15 Jan 2026 22:43:03 +0530 Subject: [PATCH] fix(doctype): remove debug print statement --- frappe/modules/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/frappe/modules/utils.py b/frappe/modules/utils.py index cf2745e64d..64d2463c2f 100644 --- a/frappe/modules/utils.py +++ b/frappe/modules/utils.py @@ -413,7 +413,6 @@ def make_boilerplate(template: str, doc: "Document" | "frappe._dict", opts: dict **opts, custom_controller=controller_body, ) - print("template_file_path \n\n\n", controller_file_content) target.write(frappe.as_unicode(controller_file_content))