mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix(lint): remove console statement
This commit is contained in:
parent
271f40e355
commit
108214a217
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 617a3d6e6cd870172690a22b4dd16327f5e9d997
|
||||
Subproject commit 98e9a400b840ee8673a636f3e3d3f19b560783a5
|
||||
|
|
@ -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 () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue