1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

remove log

This commit is contained in:
Martin McKeaveney 2021-06-01 15:03:19 +01:00
parent 887426fe34
commit ec9ea0e841

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)