mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
chore: remove log in TrackSourceQuery.parseUri
This commit is contained in:
parent
e2c0ddef24
commit
b248f90403
@ -39,8 +39,6 @@ class TrackSourceQuery with _$TrackSourceQuery {
|
||||
|
||||
/// Parses [SpotubeMedia]'s [uri] property to create a [TrackSourceQuery].
|
||||
factory TrackSourceQuery.parseUri(String url) {
|
||||
AppLogger.log.d("TrackSourceQuery parse $url");
|
||||
|
||||
final isLocal = !url.startsWith("http");
|
||||
|
||||
if (isLocal) {
|
||||
|
Loading…
Reference in New Issue
Block a user