diff --git a/community/www/courses/index.py b/community/www/courses/index.py index f41eead5..49b1864a 100644 --- a/community/www/courses/index.py +++ b/community/www/courses/index.py @@ -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(