lib/spaceship/client.rb in spaceship-0.33.0 vs lib/spaceship/client.rb in spaceship-0.34.0
- old
+ new
@@ -114,10 +114,9 @@
c.adapter Faraday.default_adapter
if ENV['DEBUG']
# for debugging only
# This enables tracking of networking requests using Charles Web Proxy
- c.response :logger
c.proxy "https://127.0.0.1:8888"
end
end
end