chore: remove try-on item console log

This commit is contained in:
Index 2024-07-05 02:33:28 -05:00
parent 177da6b8af
commit 84f06e3b80

View file

@ -278,7 +278,6 @@ function TryOnItems() {
Avatar.items.push(data.url); Avatar.items.push(data.url);
} }
console.log(Avatar);
TryIFrame.src = 'https://polytoria.com/ptstatic/itemview/#' + btoa(encodeURIComponent(JSON.stringify(Avatar))); TryIFrame.src = 'https://polytoria.com/ptstatic/itemview/#' + btoa(encodeURIComponent(JSON.stringify(Avatar)));
}) })
.catch((error) => { .catch((error) => {