Skip to content

Commit

Permalink
Merge pull request #5 from panuhorsmalahti/patch-1
Browse files Browse the repository at this point in the history
Remove console.log
  • Loading branch information
ghdna committed Feb 13, 2018
2 parents 55a6eb1 + 53aaced commit 72827a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ function jwtVerify(params, callback) {
},
function(err, payload) {
if (err) return callback(err, null);
console.log(payload);
return callback(null, payload);
}
);
Expand Down

0 comments on commit 72827a0

Please sign in to comment.