remove log
This commit is contained in:
parent
36b39ef4df
commit
a00357838d
|
@ -43,8 +43,6 @@ async function authenticate(token, tokenSecret, profile, done) {
|
|||
if (users.rows.length > 0) {
|
||||
const existing = users.rows[0].doc
|
||||
|
||||
console.log(existing)
|
||||
|
||||
// remove the local account to avoid conflicts
|
||||
await db.remove(existing._id, existing._rev)
|
||||
|
||||
|
|
Loading…
Reference in New Issue