lib/sauce_whisk/tunnels.rb in sauce_whisk-0.0.10 vs lib/sauce_whisk/tunnels.rb in sauce_whisk-0.0.11
- old
+ new
@@ -23,10 +23,9 @@
return tunnels
end
def self.open(opts, wait_until_ready = true)
new_tunnel_parameters = JSON.parse((post :payload => opts), :symbolize_names => true)
- STDERR.puts "PERMS #{new_tunnel_parameters}"
new_tunnel = fetch new_tunnel_parameters[:id]
while(["starting", "booting"].include? new_tunnel.status)
new_tunnel = fetch new_tunnel_parameters[:id]