From aa16d4e949ac8309a0993d4d0345d74ff91091a8 Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Sat, 15 Feb 2020 12:12:17 -0400 Subject: [PATCH] more logging --- services/gunDB/Mediator/index.js | 1 + 1 file changed, 1 insertion(+) 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,