mirror of
https://github.com/leinelissen/jellyfin-audio-player.git
synced 2026-09-02 21:03:11 +03:00
chore: remove redundant console.log
This commit is contained in:
@@ -157,8 +157,6 @@ function NowPlaying({ offset = 0, inset }: { offset?: number, inset?: boolean })
|
||||
return null;
|
||||
}
|
||||
|
||||
console.log(defaultStyles.view.backgroundColor);
|
||||
|
||||
return (
|
||||
<Container
|
||||
style={[{
|
||||
|
||||
@@ -73,8 +73,6 @@ export default function Artist() {
|
||||
});
|
||||
}, [allAlbumIds, albums, params.id]);
|
||||
|
||||
// console.log(artist);
|
||||
|
||||
// Initialise helpers
|
||||
const dispatch = useAppDispatch();
|
||||
const navigation = useNavigation<NavigationProp>();
|
||||
|
||||
Reference in New Issue
Block a user