cleanup console.logs

This commit is contained in:
hay-kot 2021-04-25 13:25:31 -08:00
commit d8aa9d3aa0

View file

@ -43,12 +43,6 @@ export default {
},
mounted() {
this.checked = this.ingredients.map(() => false);
console.log(this.checked);
},
watch: {
ingredients(val) {
console.log(val);
},
},
methods: {
generateKey(item, index) {