Skip to content

Commit

Permalink
Remove rogue console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Wardormeur committed Jun 23, 2016
1 parent 2fd6440 commit c81034f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/check_permissions.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ function checkPermissions (args, cb) {
//We omit perm on purpose
async.every(customValidator, function(validatorAct, validatorCb) {
var msg = _.defaults(validatorAct, _.omit(_.clone(args), omittedFields));
console.log(msg);
seneca.act(msg, function(err, response){
return validatorCb(null, response.allowed);
});
Expand Down

0 comments on commit c81034f

Please sign in to comment.