Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Dec 8, 2023
1 parent 0b6339e commit dcd72fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/playlist/SongList/SongMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ export default ({ usePlaylist, prepareForLayoutAnimationRender }: Props) => {

const removeSongs = (banBVID = false) => {
const songs = selectedSongs();
console.log(songs);
// TODO: figure out reanimated...
if (songs.length === 0) {
prepareForLayoutAnimationRender();
Expand Down

0 comments on commit dcd72fa

Please sign in to comment.