Skip to content

Commit b9fe1d3

Browse files
committed
remove comment
1 parent 11925d6 commit b9fe1d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/auth0/mixins/httpproxy.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ module HTTPProxy
1818
# proxying requests from instance methods to HTTP class methods
1919
%i(get post post_file post_form put patch delete delete_with_body).each do |method|
2020
define_method(method) do |uri, body = {}, extra_headers = {}|
21-
# body = body.delete_if { |_, v| v.nil? }
2221
body = body.dup.delete_if { |_, v| v.nil? } if body.is_a?(Hash)
2322
token = get_token()
2423
authorization_header(token) unless token.nil?

0 commit comments

Comments
 (0)