From 89e27ec6ff68aeb154bf450d55ef0da98ce664b6 Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Fri, 16 May 2025 11:50:26 -0700 Subject: [PATCH] remove console.log --- src/renderer/features/discord-rpc/use-discord-rpc.ts | 1 - 1 file changed, 1 deletion(-) 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 {