From 870e4f511b7fe1947def8de32d0c759b4f677971 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 16 Mar 2018 00:57:22 -0700 Subject: [PATCH] fix(query): oops console.log --- index.js | 1 - 1 file changed, 1 deletion(-) 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) }