remove all console logs

This commit is contained in:
ogerly 2021-12-01 17:55:03 +01:00
parent 09cdd00c82
commit c7ab1ee271

View File

@ -234,7 +234,6 @@ export default {
return dirty || validated ? valid : null
},
commitStore(val) {
console.log('commitStore', val)
this.$store.commit('publisherId', val)
},
async onSubmit() {