diff --git a/bin/quickscrape.js b/bin/quickscrape.js index cfb593e..bc2a31a 100755 --- a/bin/quickscrape.js +++ b/bin/quickscrape.js @@ -187,9 +187,6 @@ var checkForNext = function() { if (next < urllist.length) { lasttime = new Date().getTime(); processUrl(urllist[next]); - if (next == urllist.length - 1) { - finish(); - } } else { finish(); }