diff --git a/index.js b/index.js index d5ee825e..0d1ac187 100644 --- a/index.js +++ b/index.js @@ -40,7 +40,6 @@ function regFetch (uri, opts) { } if (opts.get('query')) { let q = opts.get('query') - console.log('got query:', q) if (typeof q === 'string') { q = qs.parse(q) }