Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Feb 10, 2022
1 parent 098eba3 commit 6f04c3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/embed/embedSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ export const selectPreviousTrack = (state: AppState): Track['id'] | undefined =>
id: loadContext?.contextId as number,
currentTrackId: trackId as number,
};
console.log('prevTrackSelector', loadContext?.contextType);
const previousTrackSelector =
loadContext?.contextType === LoadContextType.Browser
? getPreviousTrackOnMetaPanel(params)
Expand Down

0 comments on commit 6f04c3d

Please sign in to comment.