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 bc0516d commit 568f650Copy full SHA for 568f650
lib/esdb/identity.rb
@@ -4,8 +4,6 @@ def to_hash
4
get! unless @response
5
hash = JSON.parse(@response)
6
7
- Rails.logger.info hash.inspect
8
-
9
# Only include stats for ourself.
10
hash['stats'] = hash['stats'][hash['id'].to_s] if hash['stats']
11
hash
0 commit comments