1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

remove log

This commit is contained in:
Martin McKeaveney 2021-06-01 15:03:19 +01:00
parent 36b39ef4df
commit a00357838d

View file

@ -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)