Remove debug info

このコミットが含まれているのは:
Omar Roth 2018-09-19 15:58:00 -05:00
コミット bac66c798f
1個のファイルの変更0行の追加2行の削除

ファイルの表示

@ -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"]