Remove stray console lines
This commit is contained in:
parent
958d9c16b8
commit
8970b6af26
1 changed files with 0 additions and 2 deletions
|
@ -538,10 +538,8 @@ function ItemPageOutfitPreview({ itemId }) {
|
||||||
if (colorIsBasic(newPetState.colorId)) {
|
if (colorIsBasic(newPetState.colorId)) {
|
||||||
// When the user chooses a basic color, don't index on it specifically,
|
// When the user chooses a basic color, don't index on it specifically,
|
||||||
// and instead reset to use default colors.
|
// and instead reset to use default colors.
|
||||||
console.log("set to null");
|
|
||||||
setPreferredColorId(null);
|
setPreferredColorId(null);
|
||||||
} else {
|
} else {
|
||||||
console.log("set to color", newPetState.colorId);
|
|
||||||
setPreferredColorId(newPetState.colorId);
|
setPreferredColorId(newPetState.colorId);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue