From 58933a787c756c5da801f995fb210d3544102134 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philippe=20H=C3=A4ssig?= Date: Thu, 19 Mar 2015 10:34:15 +0100 Subject: [PATCH] removed debugging puts --- lib/pipedrive/base.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pipedrive/base.rb b/lib/pipedrive/base.rb index 9a0adb0..1f398fc 100644 --- a/lib/pipedrive/base.rb +++ b/lib/pipedrive/base.rb @@ -73,7 +73,6 @@ def authenticate(token) # # @param [HTTParty::Response] response def bad_response(response, params={}) - puts params.inspect if response.class == HTTParty::Response raise HTTParty::ResponseError, response end