Remove break point

This commit is contained in:
Omar Roth 2018-09-21 09:49:08 -05:00
parent a68924f0ce
commit b56d07556e

View file

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