diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index 7e598a2f..35708691 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -583,19 +583,6 @@ class Mediator { msg: null, origBody: body }) - - API.Events.onSimplerSentRequests( - debounce( - once(srs => { - this.socket.emit(Event.ON_SENT_REQUESTS, { - ok: true, - msg: srs, - origBody: body - }) - }), - 350 - ) - ) } catch (err) { if (Config.SHOW_LOG) { console.log('\n')