diff --git a/lib/index.js b/lib/index.js index cd2de8e..b84481a 100644 --- a/lib/index.js +++ b/lib/index.js @@ -129,11 +129,6 @@ function initPromise(peer, config) { setTimeout(() => follow(token, accountID, cb), 100) return } - try { - } catch (err) { - cb(/**@type {Error}*/ (err)) - return - } if (!promises.has(token)) { cb(new Error('Invalid token')) return