fix: remove markdown conversion
This commit is contained in:
parent
bdb4a89c0b
commit
3fd8a15412
1 changed files with 0 additions and 5 deletions
|
|
@ -133,11 +133,6 @@ def get_comments(doctype, name):
|
|||
reference_name = name
|
||||
))
|
||||
|
||||
# convert to markdown (legacy ?)
|
||||
for c in comments:
|
||||
if c.comment_type == 'Comment':
|
||||
c.content = frappe.utils.markdown(c.content)
|
||||
|
||||
return comments
|
||||
|
||||
def get_point_logs(doctype, docname):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue