Skip to content

Commit

Permalink
chore: remove redundant log
Browse files Browse the repository at this point in the history
  • Loading branch information
leinelissen committed Jul 26, 2024
1 parent 01e25a8 commit 6283c8c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/screens/Music/stacks/Album.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ function SimilarAlbum({ id }: { id: string }) {
album && navigation.push('Album', { id, album });
}, [id, album, navigation]);

console.log(getImage(album));


return (
<Pressable
style={({ pressed }) => ({
Expand Down

0 comments on commit 6283c8c

Please sign in to comment.