remove console.log

This commit is contained in:
Kendall Garner 2025-05-16 11:50:26 -07:00
parent 39c714a137
commit 89e27ec6ff
No known key found for this signature in database
GPG key ID: 9355F387FE765C94

View file

@ -76,7 +76,6 @@ export const useDiscordRpc = () => {
});
if (info.imageUrl) {
console.log(info.imageUrl);
activity.largeImageKey = info.imageUrl;
}
} catch {