Skip to content

Commit

Permalink
removes debug output that was pushed by accident
Browse files Browse the repository at this point in the history
  • Loading branch information
christianschmidt committed May 31, 2013
1 parent a646d1e commit f17ecb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fever_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class FeverAPI < Sinatra::Base

before do
halt 403 unless authenticated?(params[:api_key])
puts params
end

def authenticated?(api_key)
Expand Down

0 comments on commit f17ecb6

Please sign in to comment.