remove a debug statement

このコミットが含まれているのは:
Ulysses Zhan 2023-10-20 13:45:16 -07:00
コミット 3b219a4c7f
1個のファイルの変更0行の追加1行の削除

ファイルの表示

@ -226,7 +226,6 @@ struct Invidious::User
watched = data.as_a.compact_map do |item|
next unless url = item["titleUrl"]?
next unless match = url.as_s.match(/\?v=(?<video_id>[a-zA-Z0-9_-]+)$/)
puts match["video_id"]
match["video_id"]
end
watched.reverse! # YouTube have newest first