Removed unneeded log

This commit is contained in:
Grzegorz Leoniec 2019-01-09 13:14:18 +01:00
parent 2571d82447
commit 86c7b93386
No known key found for this signature in database
GPG Key ID: 3AA43686D4EB1377

View File

@ -102,7 +102,6 @@ export const resolvers = {
.then(async (result) => {
session.close()
const [currentUser] = await result.records.map(function (record) {
// console.log(record.get('user'))
return record.get('user')
})
if (currentUser && await bcrypt.compareSync(password, currentUser.password)) {