From c82a911fc961d1c3464c9d4b8d455baf6f9ecad7 Mon Sep 17 00:00:00 2001 From: Ravi Date: Sun, 10 Jul 2011 22:44:19 -0400 Subject: [PATCH] remove unused code --- youtube-dl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/youtube-dl b/youtube-dl index f26612e73..3e1d9cf6e 100755 --- a/youtube-dl +++ b/youtube-dl @@ -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