From bac66c798fcfccd55b0b69563dba7a2638c8b028 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Wed, 19 Sep 2018 15:58:00 -0500 Subject: Remove debug info --- src/invidious/comments.cr | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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"] -- cgit v1.2.3