From 865d681f4660e380942698b92e2d00182a1c8728 Mon Sep 17 00:00:00 2001 From: liam4 Date: Tue, 30 May 2017 20:15:36 +0000 Subject: Fix a stupid mistake in recursive crawler --- crawl-recursive.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'crawl-recursive.js') diff --git a/crawl-recursive.js b/crawl-recursive.js index 2aa4041..8d33ded 100644 --- a/crawl-recursive.js +++ b/crawl-recursive.js @@ -60,8 +60,6 @@ function playlistifyParse(text, absURL) { if (process.argv.length === 2) { console.log('Usage: crawl-recursive http://example.com/example/path') } else { - console.log('Crawling URL: ' + process.argv[2]) - let url = process.argv[2] if (!(url.endsWith('/'))) { -- cgit 1.3.0-6-gf8a5