fix(doctype): remove debug print statement
This commit is contained in:
parent
eda8edc808
commit
354f8337e9
1 changed files with 0 additions and 1 deletions
|
|
@ -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))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue