mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-08-14.git
synced 2024-08-15 00:53:20 +00:00
Remove "puts"
This commit is contained in:
parent
d573461a67
commit
baeb44be13
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue