Skip to content

Commit

Permalink
removed logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Brüll committed Dec 15, 2010
1 parent d2649ce commit 3fc6f18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/allegro_graph/server.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'logger'

module AllegroGraph

Expand Down Expand Up @@ -29,7 +28,7 @@ def request_http(http_method, path, options = { })
end

def request_json(http_method, path, options = { })
::Transport::JSON.request http_method, self.url + path, credentials.merge(options).merge(:logger => Logger.new(STDOUT))
::Transport::JSON.request http_method, self.url + path, credentials.merge(options)
end

def version
Expand Down

0 comments on commit 3fc6f18

Please sign in to comment.