From 108214a21752a2b222d8ac7916ab03bfbdd48319 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 29 Jul 2024 14:15:47 -0500 Subject: [PATCH] fix(lint): remove console statement --- habitica-images | 2 +- .../client/src/components/inventory/stable/hatchedPetDialog.vue | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/habitica-images b/habitica-images index 617a3d6e6c..98e9a400b8 160000 --- a/habitica-images +++ b/habitica-images @@ -1 +1 @@ -Subproject commit 617a3d6e6cd870172690a22b4dd16327f5e9d997 +Subproject commit 98e9a400b840ee8673a636f3e3d3f19b560783a5 diff --git a/website/client/src/components/inventory/stable/hatchedPetDialog.vue b/website/client/src/components/inventory/stable/hatchedPetDialog.vue index a4a547ff70..12aaa0fa3c 100644 --- a/website/client/src/components/inventory/stable/hatchedPetDialog.vue +++ b/website/client/src/components/inventory/stable/hatchedPetDialog.vue @@ -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 () {