Remove console.log

This commit is contained in:
Nick O'Leary 2017-06-30 10:39:28 +01:00
parent 7429f66d6b
commit 78076122ba
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ function revoke(req,res) {
function completeVerify(profile,done) {
Users.authenticate(profile).then(function(user) {
console.log(user);
if (user) {
Tokens.create(user.username,"node-red-editor",user.permissions).then(function(tokens) {
log.audit({event: "auth.login",username:user.username,scope:user.permissions});