comment all console.log in AccompanyingCourse component

This commit is contained in:
2021-08-17 18:32:43 +02:00
parent 76eea2a4eb
commit b87046dcd6
7 changed files with 21 additions and 21 deletions

View File

@@ -65,9 +65,9 @@ export default {
},
methods: {
confirmCourse() {
console.log('@@ CLICK confirmCourse');
//console.log('@@ CLICK confirmCourse');
this.$store.dispatch('confirmAccompanyingCourse');
console.log('confirm last');
//console.log('confirm last');
}
}
}