From 84f06e3b80e1d494de377dd60632099b07bea6df Mon Sep 17 00:00:00 2001 From: Index Date: Fri, 5 Jul 2024 02:33:28 -0500 Subject: [PATCH] chore: remove try-on item console log --- js/store/item-view.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/store/item-view.js b/js/store/item-view.js index f93ea64..db6da2b 100755 --- a/js/store/item-view.js +++ b/js/store/item-view.js @@ -278,7 +278,6 @@ function TryOnItems() { Avatar.items.push(data.url); } - console.log(Avatar); TryIFrame.src = 'https://polytoria.com/ptstatic/itemview/#' + btoa(encodeURIComponent(JSON.stringify(Avatar))); }) .catch((error) => {