body log
This commit is contained in:
parent
c1e97b8631
commit
3ce8abeb9e
|
@ -13,6 +13,7 @@ module Gitlab
|
|||
|
||||
# Converts the response body to an ObjectifiedHash.
|
||||
def self.parse(body)
|
||||
Rails.logger.info("11111111111111111################{body}")
|
||||
body = decode(body)
|
||||
|
||||
if body.is_a? Hash
|
||||
|
|
Loading…
Reference in New Issue