revert: print statement
This commit is contained in:
@@ -60,7 +60,6 @@ def new_user(name, email):
|
|||||||
return doc
|
return doc
|
||||||
|
|
||||||
def new_course(title, certificate=0):
|
def new_course(title, certificate=0):
|
||||||
print(title)
|
|
||||||
doc = frappe.get_doc({
|
doc = frappe.get_doc({
|
||||||
"doctype": "LMS Course",
|
"doctype": "LMS Course",
|
||||||
"title": title,
|
"title": title,
|
||||||
|
|||||||
Reference in New Issue
Block a user