fix: removed print statememt

This commit is contained in:
pateljannat
2021-05-19 13:19:34 +05:30
parent 29f9141ad8
commit 7d180e141c

View File

@@ -3,7 +3,6 @@ import frappe
def get_context(context):
context.no_cache = 1
context.courses = get_courses()
print(context)
def get_courses():
courses = frappe.get_all(