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 @@

- +

\ No newline at end of file diff --git a/erpnext/public/js/education/web-academy/components/AcademyTopSectionButton.vue b/erpnext/public/js/education/web-academy/components/AcademyTopSectionButton.vue index 35579896d1d..e1df97e79e3 100644 --- a/erpnext/public/js/education/web-academy/components/AcademyTopSectionButton.vue +++ b/erpnext/public/js/education/web-academy/components/AcademyTopSectionButton.vue @@ -1,5 +1,5 @@