fix(lint): remove console statement
This commit is contained in:
committed by
Phillip Thelen
parent
9891658da7
commit
dcddbcbda3
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user