chore: remove redundant console.log

This commit is contained in:
Lei Nelissen
2026-02-07 23:10:32 +01:00
parent fcdb2e9054
commit 3adbbaf229
2 changed files with 0 additions and 4 deletions
@@ -157,8 +157,6 @@ function NowPlaying({ offset = 0, inset }: { offset?: number, inset?: boolean })
return null;
}
console.log(defaultStyles.view.backgroundColor);
return (
<Container
style={[{
-2
View File
@@ -73,8 +73,6 @@ export default function Artist() {
});
}, [allAlbumIds, albums, params.id]);
// console.log(artist);
// Initialise helpers
const dispatch = useAppDispatch();
const navigation = useNavigation<NavigationProp>();