diff --git a/src/renderer/features/discord-rpc/use-discord-rpc.ts b/src/renderer/features/discord-rpc/use-discord-rpc.ts index 12cdacdd..e9221448 100644 --- a/src/renderer/features/discord-rpc/use-discord-rpc.ts +++ b/src/renderer/features/discord-rpc/use-discord-rpc.ts @@ -76,7 +76,6 @@ export const useDiscordRpc = () => { }); if (info.imageUrl) { - console.log(info.imageUrl); activity.largeImageKey = info.imageUrl; } } catch {