Oh right, stop leaving console.log lying around

This commit is contained in:
Emi Matchu 2021-05-03 14:57:10 -07:00
parent c508d49272
commit 71a6dbdad7

View file

@ -172,7 +172,6 @@ function OutfitKnownGlitchesBadge({ appearance }) {
}
// Check if this is a Faerie Uni. If so, we'll explain the dithering horns.
console.log(petAppearance?.color?.id, petAppearance?.species?.id);
if (
petAppearance?.color?.id === "26" &&
petAppearance?.species?.id === "49"