diff --git a/lib/ipinfo.rb b/lib/ipinfo.rb index e915b1b..5227d15 100644 --- a/lib/ipinfo.rb +++ b/lib/ipinfo.rb @@ -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