1
0
Fork 0
mirror of https://github.com/ytdl-org/youtube-dl.git synced 2024-06-02 10:29:28 +00:00

remove unused code

This commit is contained in:
Ravi 2011-07-10 22:44:19 -04:00
parent fd58277adf
commit c82a911fc9

View file

@ -3061,10 +3061,6 @@ if __name__ == '__main__':
time.sleep(1)
for threadcount in xrange(downloadparallel):
threads[threadcount].join()
# while True:
# if downloadqueue.empty():
# break
# time.sleep(1) #otherwise, join won't let main thread catch keyboard interrupt
# Dump cookie jar if requested