From 5611bf4e299f1582c750f59c32c2bd14bba12704 Mon Sep 17 00:00:00 2001 From: scmmishra Date: Mon, 5 Nov 2018 13:20:16 +0530 Subject: [PATCH] Minor change --- erpnext/public/js/education/web-academy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/education/web-academy.js b/erpnext/public/js/education/web-academy.js index e6b48ecb280..3dfd0f2385a 100644 --- a/erpnext/public/js/education/web-academy.js +++ b/erpnext/public/js/education/web-academy.js @@ -16,7 +16,7 @@ const routes = [ ]; var store = { - debug: true, + debug: false, isLogin: false, completedCourses: new Set(), enrolledPrograms: new Set(),