1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[compute|aws] remove debug output from last commit

This commit is contained in:
geemus 2011-06-23 17:13:58 -07:00
parent 7ae749c2c3
commit 794ff0d181

View file

@ -186,7 +186,6 @@ module Fog
sleep(2)
retry
rescue Net::SSH::AuthenticationFailed, Timeout::Error => e
p e
retry
end
end