diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index 34b3612b..b28867f9 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -261,9 +261,6 @@ const authenticate = async (alias, pass, user = getUser()) => { if (typeof ack.err === 'string') { throw new Error(ack.err) } else if (typeof ack.sea === 'object') { - API.Jobs.onAcceptedRequests(user, mySEA) - API.Jobs.onOrders(user, gun, mySEA) - return ack.sea.pub } else { throw new Error('Unknown error.')