Skip to content

Commit 3675c56

Browse files
Don't log the entire response when creating exception (#21)
1 parent cfeb9e2 commit 3675c56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/stream-chat/errors.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ class StreamAPIException < StandardError
77
def initialize(response)
88
super()
99
@response = response
10-
p response
1110
begin
1211
parsed_response = JSON.parse(response.body)
1312
@json_response = true

0 commit comments

Comments
 (0)