diff --git a/apps/frontend/src/public/promo-frame.html b/apps/frontend/src/public/promo-frame.html index 0b72fc3be..416ccf48c 100644 --- a/apps/frontend/src/public/promo-frame.html +++ b/apps/frontend/src/public/promo-frame.html @@ -71,12 +71,6 @@ tude.setPrivacySettings({ personalizedAds: personalized ?? true, }); - - const hash = getCookie("modrinth-app-token"); - console.log(hash); - tude.setIdProfile({ - e: hash, - }); }); }