From 7d180e141c73174b86a54d4b11a50f10abbdf746 Mon Sep 17 00:00:00 2001 From: pateljannat Date: Wed, 19 May 2021 13:19:34 +0530 Subject: [PATCH] fix: removed print statememt --- community/www/courses/index.py | 1 - 1 file changed, 1 deletion(-) 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(