Minor change
diff --git a/erpnext/public/js/education/web-academy.js b/erpnext/public/js/education/web-academy.js
index e6b48ec..3dfd0f2 100644
--- a/erpnext/public/js/education/web-academy.js
+++ b/erpnext/public/js/education/web-academy.js
@@ -16,7 +16,7 @@
 ];
 
 var store = {
-	debug: true,
+	debug: false,
 	isLogin: false,
 	completedCourses: new Set(),
 	enrolledPrograms: new Set(),