Remove stray console.log

This commit is contained in:
Emi Matchu 2021-02-02 16:48:08 -08:00
parent 6d05fb8680
commit 6549bba756

View file

@ -578,11 +578,6 @@ function ItemPageOutfitPreview({ itemId }) {
data?.item?.canonicalAppearance?.body?.canonicalAppearance?.species?.name data?.item?.canonicalAppearance?.body?.canonicalAppearance?.species?.name
); );
const couldProbablyModelMoreData = !isProbablySpeciesSpecific; const couldProbablyModelMoreData = !isProbablySpeciesSpecific;
console.log(
compatibleBodies,
data?.item?.name,
data?.item?.canonicalAppearance?.body?.canonicalAppearance?.species?.name
);
// To check whether the item is compatible with this pet, query for the // To check whether the item is compatible with this pet, query for the
// appearance, but only against the cache. That way, we don't send a // appearance, but only against the cache. That way, we don't send a