We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfeb9e2 commit 3675c56Copy full SHA for 3675c56
lib/stream-chat/errors.rb
@@ -7,7 +7,6 @@ class StreamAPIException < StandardError
7
def initialize(response)
8
super()
9
@response = response
10
- p response
11
begin
12
parsed_response = JSON.parse(response.body)
13
@json_response = true
0 commit comments