10
0
Fork 0

remove unnecessary sleep

This commit is contained in:
Kevin Redon 2011-05-12 16:08:36 +02:00
parent 2aaff135dc
commit d7185ee323
1 changed files with 0 additions and 1 deletions

View File

@ -157,7 +157,6 @@ class Client < SAP
raise "can not connect. required state : not_connected, current state : #{@state}"
return false
end
sleep @wait_time
end
# wait for the sim to be ready
until @sim_ok do