From f17ecb6e75fcefe85fc74ee6692d3aed7c32ffc8 Mon Sep 17 00:00:00 2001 From: chrische Date: Fri, 31 May 2013 22:49:22 +0200 Subject: [PATCH] removes debug output that was pushed by accident --- fever_api.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/fever_api.rb b/fever_api.rb index b0e0e60c5..d4c060056 100644 --- a/fever_api.rb +++ b/fever_api.rb @@ -21,7 +21,6 @@ class FeverAPI < Sinatra::Base before do halt 403 unless authenticated?(params[:api_key]) - puts params end def authenticated?(api_key)