Skip to content

Commit

Permalink
console erased
Browse files Browse the repository at this point in the history
  • Loading branch information
pinguxx committed May 28, 2012
1 parent 53bbedf commit 68678fc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions routes/index.js
Expand Up @@ -75,7 +75,6 @@ module.exports = function(app, log){
*/
app.get('/native', function(req, res){
var access_token = req.param('at');
console.log("native" + access_token);
if (access_token == undefined){
res.send("false");
return;
Expand All @@ -91,7 +90,6 @@ module.exports = function(app, log){
log.notice('getting info from user:' + body.id);
req.session.user.name = body.username;
req.session.user.id = body.id;
console.log(req.session.user.name);
res.send("true");
return;
});
Expand Down

0 comments on commit 68678fc

Please sign in to comment.