Skip to content

Commit

Permalink
Remove console.log that was left over
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavohenke committed Jun 20, 2018
1 parent a5875b3 commit eaae68a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = (req, context) => {
}
});
}).catch(err => {
console.log(err);
validationErrors.push({
location,
param: path,
Expand Down

0 comments on commit eaae68a

Please sign in to comment.