Commit f224f57a by mingyuan

moved wrong debug

parent 271d3e9b
...@@ -48,7 +48,6 @@ module Dingtalk ...@@ -48,7 +48,6 @@ module Dingtalk
private private
def parse_response(response, parse_as) def parse_response(response, parse_as)
if response.status != 200 if response.status != 200
Rails.logger.debug response.body.to_s
raise "Request get fail, response status #{response.status}" raise "Request get fail, response status #{response.status}"
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment