Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojoey committed Mar 15, 2017
1 parent de39375 commit 49762cb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions source/controller/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ var get = function (req, res, next)
var auth = req.body.auth;
var user;
if (auth.success) {
// console.log(auth);
// console.log('');
// console.log(auth.decoded);
user = auth.decoded;
} else {
console.log('auth failed');
Expand Down

0 comments on commit 49762cb

Please sign in to comment.