fix(lint): remove console statement

This commit is contained in:
Sabe Jones
2024-07-29 14:15:47 -05:00
parent 271f40e355
commit 108214a217
2 changed files with 1 additions and 2 deletions
@@ -135,7 +135,6 @@ export default {
methods: {
openDialog (item) {
this.pet = item;
console.log(this.pet);
this.$root.$emit('bv::show::modal', 'hatchedPet-modal');
},
close () {