prscript: suppress useless message

No build run faster than 2 seconds.
pull/1405/head
Eric Leblond 10 years ago committed by Victor Julien
parent fbe5db500c
commit a3c921f0a6

@ -240,9 +240,7 @@ if not args.check:
buildids = {} buildids = {}
if args.docker: if args.docker:
from time import sleep time.sleep(2)
print "Waiting 2 seconds"
sleep(2)
# get build number and exit if we don't have # get build number and exit if we don't have
for build in BUILDERS_LIST: for build in BUILDERS_LIST:

Loading…
Cancel
Save