diff --git a/src/app/ItemPage.js b/src/app/ItemPage.js index f261837..207ef12 100644 --- a/src/app/ItemPage.js +++ b/src/app/ItemPage.js @@ -538,10 +538,8 @@ function ItemPageOutfitPreview({ itemId }) { if (colorIsBasic(newPetState.colorId)) { // When the user chooses a basic color, don't index on it specifically, // and instead reset to use default colors. - console.log("set to null"); setPreferredColorId(null); } else { - console.log("set to color", newPetState.colorId); setPreferredColorId(newPetState.colorId); } }