revert: print statement

This commit is contained in:
Jannat Patel
2022-02-17 13:43:11 +05:30
parent 4b8cb5a4e4
commit 9834c83126

View File

@@ -60,7 +60,6 @@ def new_user(name, email):
return doc
def new_course(title, certificate=0):
print(title)
doc = frappe.get_doc({
"doctype": "LMS Course",
"title": title,