Remove call to non existant fn

This commit is contained in:
Daniel Lugo 2021-12-07 11:44:22 -04:00
parent 763178c578
commit b5c81370a1

View file

@ -518,10 +518,6 @@ module.exports = async (
await recreateLnServices()
if (GunDB.isAuthenticated()) {
GunDB.instantiateGun()
}
const publicKey = await GunDB.authenticate(alias, password)
if (!publicKey) {