summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/invidious/comments.cr2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/invidious/comments.cr b/src/invidious/comments.cr
index 263fab2e..028fdeb8 100644
--- a/src/invidious/comments.cr
+++ b/src/invidious/comments.cr
@@ -264,8 +264,6 @@ def content_to_comment_html(content)
if url
url = URI.parse(url)
- puts url.path
- puts url.host
if !url.host || {"m.youtube.com", "www.youtube.com", "youtu.be"}.includes? url.host
if url.path == "/redirect"
url = HTTP::Params.parse(url.query.not_nil!)["q"]