Browse Source

remove log

pull/4023/head
Martin McKeaveney 5 years ago
parent
commit
a00357838d
  1. 2
      packages/auth/src/middleware/passport/google.js

2
packages/auth/src/middleware/passport/google.js

@ -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…
Cancel
Save