« get me outta code hell

Play music - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/crawlers.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-12-22 13:46:10 -0400
committerFlorrie <towerofnix@gmail.com>2018-12-22 13:57:16 -0400
commit50a3f912da28bc6a23864c0160295e219a990869 (patch)
tree9a00a61ae5747818b6ce543c5b9ba736f35fcd1d /crawlers.js
parent72eff553df4fd4496172cf8d26b4585ac9f34b49 (diff)
Play music
Diffstat (limited to 'crawlers.js')
-rw-r--r--crawlers.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/crawlers.js b/crawlers.js
index 3a1436d..9309f7d 100644
--- a/crawlers.js
+++ b/crawlers.js
@@ -55,7 +55,6 @@ function crawlHTTP(absURL, opts = {}, internals = {}) {
     .then(
       res => res.text().then(async text => {
         const links = getHTMLLinks(text)
-        console.log(links)
 
         const items = []
 
@@ -78,7 +77,6 @@ function crawlHTTP(absURL, opts = {}, internals = {}) {
           let base
           if (path.extname(absURL)) {
             base = path.dirname(absURL) + '/'
-            console.log('extname:', path.extname(absURL), 'so base:', base)
           } else {
             base = absURL
           }