fix: remove markdown conversion

This commit is contained in:
gavin 2020-05-19 19:49:25 +05:30 committed by GitHub
parent bdb4a89c0b
commit 3fd8a15412
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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