chore: remove try-on item console log
This commit is contained in:
parent
177da6b8af
commit
84f06e3b80
1 changed files with 0 additions and 1 deletions
|
|
@ -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) => {
|
||||||
|
|
|
||||||
Reference in a new issue