remove console.log

This commit is contained in:
Kendall Garner
2025-05-16 11:50:26 -07:00
parent 39c714a137
commit 89e27ec6ff
@@ -76,7 +76,6 @@ export const useDiscordRpc = () => {
});
if (info.imageUrl) {
console.log(info.imageUrl);
activity.largeImageKey = info.imageUrl;
}
} catch {