From 80c5cbc6b84d4b456eb8ea6b95cfd0a24ff9aa60 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Tue, 4 Feb 2020 17:36:12 -0400 Subject: [PATCH] dont force refresh --- services/gunDB/Mediator/index.js | 13 ------------- 1 file changed, 13 deletions(-) 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')