lib/calabash-cucumber/launch/simulator_helper.rb in calabash-cucumber-0.9.145.pre1 vs lib/calabash-cucumber/launch/simulator_helper.rb in calabash-cucumber-0.9.145.pre2

- old
+ new

@@ -196,14 +196,9 @@ Timeout::timeout(timeout, TimeoutErr) do simulator = launch(app_bundle_path, sdk, version, args) until connected begin connected = (ping_app == '405') - if ENV['POST_START_BREAK'] - puts "Environment var POST_START_BREAK is deprecated and should no longer be necessary." - post_connect_sleep = (ENV['POST_START_BREAK'] || "2").to_f - sleep(post_connect_sleep) unless post_connect_sleep <= 0 - end if connected server_version = get_version if server_version if FULL_CONSOLE_OUTPUT p server_version