diff --git a/services/gunDB/Mediator/index.js b/services/gunDB/Mediator/index.js index 3a063988..5401dec6 100644 --- a/services/gunDB/Mediator/index.js +++ b/services/gunDB/Mediator/index.js @@ -924,6 +924,7 @@ class Mediator { API.Events.onSimplerSentRequests( debounce(sentRequests => { + console.log(`new Reqss in mediator: ${sentRequests}`) this.socket.emit(Event.ON_SENT_REQUESTS, { msg: sentRequests, ok: true,