Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
1337LutZ committed Jan 13, 2025
1 parent 3b0c22b commit ad926af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/core/components/gear_picker/icon_item_swap_picker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ export default class IconItemSwapPicker extends Component {
{newItem.allSocketColors().map((socketColor, gemIdx) => {
const gemContainer = createGemContainer(socketColor, newItem.gems[gemIdx], gemIdx);
if (gemIdx === newItem.numPossibleSockets - 1 && [ItemType.ItemTypeWrist, ItemType.ItemTypeHands].includes(newItem.item.type)) {
console.log(gemContainer);
const updateProfession = () => {
gemContainer.classList[this.player.isBlacksmithing() ? 'remove' : 'add']('hide');
};
Expand Down

0 comments on commit ad926af

Please sign in to comment.