1
0
mirror of https://gitea.invidious.io/iv-org/invidious synced 2025-01-10 16:04:23 +01:00

Remove "puts"

This commit is contained in:
Omar Roth 2018-03-03 16:03:15 -06:00
parent d573461a67
commit baeb44be13

View File

@ -138,7 +138,6 @@ def fetch_video(id, client)
if uri.host =~ /(www\.)?youtube.com/
uri = uri.full_path
puts uri
end
match.content = uri.to_s
@ -296,7 +295,6 @@ def template_comments(root)
if uri.host =~ /(www\.)?youtube.com/
uri = uri.full_path
puts uri
end
match.content = uri.to_s