Skip to content

Commit

Permalink
fix(core): remove console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgw committed Jun 28, 2019
1 parent e9f9132 commit e0b1790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/util/fetchFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ function parseOpts (opts = {}) {
* @return {Boolean}
*/
function sameType (request, response) {
console.log(request, response)
if (!request.accept || !response['content-type']) {
return true
}
Expand Down

0 comments on commit e0b1790

Please sign in to comment.