remove scrobble log

This commit is contained in:
jeffvli
2025-11-23 15:35:33 -08:00
parent bbcee3f461
commit 16c703fe31
@@ -74,8 +74,6 @@ export const useScrobble = () => {
(properties: { timestamp: number }, prev: { timestamp: number }) => {
if (!isScrobbleEnabled || isPrivateModeEnabled) return;
console.log('handleScrobbleFromProgress', properties, prev);
const currentSong = usePlayerStore.getState().getCurrentSong();
const currentStatus = usePlayerStore.getState().player.status;