summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMartin Gütlein <martin.guetlein@gmail.com>2010-04-21 16:27:00 +0200
committerMartin Gütlein <martin.guetlein@gmail.com>2010-04-21 16:27:00 +0200
commit1926e43b9e2716e7f7248fe183a4d43da1209a1b (patch)
tree9decb2792c9a4a276684c9c2ddfe84745e215e39 /lib
parentbc8c59c41bee5283bc67fc56809c865babbed08f (diff)
minor change
Diffstat (limited to 'lib')
-rw-r--r--lib/rest_client_wrapper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rest_client_wrapper.rb b/lib/rest_client_wrapper.rb
index b0af8ca..eaf6616 100644
--- a/lib/rest_client_wrapper.rb
+++ b/lib/rest_client_wrapper.rb
@@ -82,7 +82,7 @@ module OpenTox
begin
unless curl_hack
- LOGGER.debug "RestCall: "+rest_call.to_s+" "+uri.to_s+" "+headers.inspect
+ #LOGGER.debug "RestCall: "+rest_call.to_s+" "+uri.to_s+" "+headers.inspect
resource = RestClient::Resource.new(uri, :timeout => 60)
if payload
result = resource.send(rest_call, payload, headers).to_s