Skip to content

Commit 58933a7

Browse files
author
Philippe Hässig
committed
removed debugging puts
1 parent e640075 commit 58933a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/pipedrive/base.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ def authenticate(token)
7373
#
7474
# @param [HTTParty::Response] response
7575
def bad_response(response, params={})
76-
puts params.inspect
7776
if response.class == HTTParty::Response
7877
raise HTTParty::ResponseError, response
7978
end

0 commit comments

Comments
 (0)