mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: remove print
This commit is contained in:
parent
5add53e269
commit
ea7138e95b
@ -74,7 +74,6 @@ class TrackTile extends HookConsumerWidget {
|
||||
|
||||
final isSelected = isPlaying || isLoading.value;
|
||||
|
||||
print('track.album.images: ${track.album.images}');
|
||||
final imageProvider = useMemoized(
|
||||
() => UniversalImage.imageProvider(
|
||||
(track.album.images).smallest(ImagePlaceholder.albumArt),
|
||||
|
Loading…
Reference in New Issue
Block a user