Skip to content

Commit

Permalink
Removed logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaadHassan-dev committed Jan 2, 2024
1 parent 158a4d7 commit 3c0e0ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ipinfo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ def prepare_http_client(httpc = nil)
end

def init_adapter(settings = {}, host_type: :v4)
puts "old val: #{@host_type}, new val: #{host_type}"
if @host_type.nil? || @host_type != host_type
puts "value changing"
@host_type = host_type
@httpc = prepare_http_client(settings.fetch('http_client', nil))
end
Expand Down

0 comments on commit 3c0e0ea

Please sign in to comment.