diff --git a/erpnext/public/js/education/web-academy.js b/erpnext/public/js/education/web-academy.js index e6b48ecb28..3dfd0f2385 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(),