Skip to content

Commit

Permalink
fix: remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Dec 23, 2022
1 parent 77c8c8a commit 8e3dce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frappe_dynamic_og/core/generate_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ def create_image_file_doc(self, name, content):
self.image_template.image_field,
file_doc.file_url,
)
frappe.errprint("doing doc.set")
self.doc.set(self.image_template.image_field, file_doc.file_url)

return file_doc
Expand Down

0 comments on commit 8e3dce1

Please sign in to comment.