fix(doctype): remove debug print statement

This commit is contained in:
Shllokkk 2026-01-15 22:43:03 +05:30
parent eda8edc808
commit 354f8337e9

View file

@ -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))