Skip to content

Commit

Permalink
Merge pull request cloudflare#13 from jackwilsdon/remove-log
Browse files Browse the repository at this point in the history
Remove console.error from loader
  • Loading branch information
zackproser authored Jul 26, 2018
2 parents cd0f6e4 + dd7165b commit 0a1b9ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion workspaces/json-schema-ref-loader/lib/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ module.exports = function(source) {
this.cacheable && this.cacheable();

let callback = this.async();
console.error(this.resourcePath);

// Using a file:// URI avoids problems with the ref parser
// misunderstanding relative paths.
Expand Down

0 comments on commit 0a1b9ef

Please sign in to comment.