mirror of
https://github.com/yattee/yattee.git
synced 2025-12-07 16:48:15 +00:00
Remove debug print statement from thumbnail URL handling
Cleaned up debug logging that was printing final thumbnail URLs in InvidiousAPI.
This commit is contained in:
@@ -603,7 +603,6 @@ final class InvidiousAPI: Service, ObservableObject, VideosAPI {
|
|||||||
guard let thumbnailUrl = components.url else {
|
guard let thumbnailUrl = components.url else {
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
print("Final thumbnail URL: \(thumbnailUrl)")
|
|
||||||
|
|
||||||
return Thumbnail(url: thumbnailUrl, quality: .init(rawValue: quality)!)
|
return Thumbnail(url: thumbnailUrl, quality: .init(rawValue: quality)!)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user