remove redundant discord rpc log

This commit is contained in:
jeffvli
2025-12-07 00:43:50 -08:00
parent a74ed3e4c7
commit 1507aff8e6
2 changed files with 0 additions and 9 deletions
@@ -302,14 +302,6 @@ export const useDiscordRpc = () => {
return;
}
logFn.info(logMsg[LogCategory.EXTERNAL].discordRpcEnabled, {
category: LogCategory.EXTERNAL,
meta: {
clientId: discordSettings.clientId,
subscribed: true,
},
});
const getCurrentActivityState = (): ActivityState => {
const state = usePlayerStore.getState();
const currentSong = state.getCurrentSong();