From 5146e9fe91dccec720e16589e264446f90b4d84b Mon Sep 17 00:00:00 2001 From: David Sabeti and Ryan Spore Date: Mon, 11 Mar 2013 10:36:39 -0700 Subject: [PATCH] Removed call to error_format to match new grape api --- lib/steno/http_handler.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/steno/http_handler.rb b/lib/steno/http_handler.rb index 473310e..b0a8e7a 100644 --- a/lib/steno/http_handler.rb +++ b/lib/steno/http_handler.rb @@ -7,7 +7,6 @@ module Steno class Steno::HttpHandler < Grape::API format :json - error_format :json resource :loggers do get :levels do