Skip to content

Commit cdc1226

Browse files
remove puts
1 parent 2dd7aee commit cdc1226

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/nylas/handler/http_client.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,6 @@ def parse_json_evaluate_error(http_code, response, path, content_type = nil, hea
327327
def handle_failed_response(http_code, response, path, headers = nil)
328328
return if HTTP_SUCCESS_CODES.include?(http_code)
329329

330-
puts response.inspect
331-
puts response.class.name
332330
case response
333331
when Hash
334332
raise error_hash_to_exception(response, http_code, path, headers)

0 commit comments

Comments
 (0)