Skip to content

Commit 77873e1

Browse files
committed
remove console.log(animals)
1 parent 35394d0 commit 77873e1

File tree

1 file changed

+0
-1
lines changed
  • website/client/src/components/inventory/stable

1 file changed

+0
-1
lines changed

website/client/src/components/inventory/stable/index.vue

-1
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,6 @@ export default {
696696
}
697697
698698
this.viewOptions[animalGroup.key].animalCount = animals.length;
699-
console.log(animals);
700699
return animals;
701700
},
702701
countOwnedAnimals (animalGroup, type) {

0 commit comments

Comments
 (0)