1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

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});