Remove stray console.log
This commit is contained in:
parent
6d05fb8680
commit
6549bba756
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue