bugfix: remove debug output

This commit is contained in:
Christoph Hartmann 2015-06-28 00:07:02 +02:00
parent 1e80a197c4
commit a25925057e

View file

@ -81,7 +81,6 @@ elsif ENV['WINRM_SPEC']
end
endpoint = "#{scheme}://#{host}:#{port}/wsman"
puts "Use endpoint #{endpoint}"
winrm = ::WinRM::WinRMWebService.new(endpoint, :ssl, :user => user, :pass => pass, :basic_auth_only => true, :no_ssl_peer_verification => accept_self_signed)
winrm.set_timeout 300 # 5 minutes max timeout for any operation