From baeb44be130d735adee5471cc03e85883910a337 Mon Sep 17 00:00:00 2001 From: Omar Roth Date: Sat, 3 Mar 2018 16:03:15 -0600 Subject: [PATCH] Remove "puts" --- src/helpers.cr | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/helpers.cr b/src/helpers.cr index 094d7dc1..3e41800d 100644 --- a/src/helpers.cr +++ b/src/helpers.cr @@ -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