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