Skip to content

Commit

Permalink
fix(query): oops console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Mar 16, 2018
1 parent 0550fda commit 870e4f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 870e4f5

Please sign in to comment.