diff --git a/erpnext/public/js/education/web-academy/components/AcademyCourseCardButton.vue b/erpnext/public/js/education/web-academy/components/AcademyCourseCardButton.vue index a6e6f56bd00..10e52e4ccf9 100644 --- a/erpnext/public/js/education/web-academy/components/AcademyCourseCardButton.vue +++ b/erpnext/public/js/education/web-academy/components/AcademyCourseCardButton.vue @@ -13,7 +13,6 @@ export default { }, mounted() { if(this.$root.$data.checkCourseCompletion(this.course)){ - console.log('Completed', this.course) this.buttonName = 'Completed' this.className = 'btn-success' } diff --git a/erpnext/public/js/education/web-academy/components/AcademyTopSection.vue b/erpnext/public/js/education/web-academy/components/AcademyTopSection.vue index 8ef11133d82..abbce3a3ce6 100644 --- a/erpnext/public/js/education/web-academy/components/AcademyTopSection.vue +++ b/erpnext/public/js/education/web-academy/components/AcademyTopSection.vue @@ -10,18 +10,15 @@
-