From b56d07556e2e2f27430f13436cc2df06a87b774c Mon Sep 17 00:00:00 2001
From: Omar Roth <omarroth@hotmail.com>
Date: Fri, 21 Sep 2018 09:49:08 -0500
Subject: [PATCH] Remove break point

---
 src/invidious.cr | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/invidious.cr b/src/invidious.cr
index c2e174a1..65d5b109 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -2376,8 +2376,6 @@ get "/api/v1/channels/:ucid" do |env|
   begin
     author, ucid, auto_generated = get_about_info(ucid)
   rescue ex
-    puts ex.message
-
     error_message = {"error" => "User does not exist"}.to_json
     halt env, status_code: 404, response: error_message
   end