mirror of
https://github.com/yattee/yattee.git
synced 2025-11-15 22:48:43 +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 {
|
||||
return nil
|
||||
}
|
||||
print("Final thumbnail URL: \(thumbnailUrl)")
|
||||
|
||||
return Thumbnail(url: thumbnailUrl, quality: .init(rawValue: quality)!)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user