more logging

This commit is contained in:
Daniel Lugo 2020-02-15 12:12:17 -04:00
parent c59a2e4fb6
commit aa16d4e949

View file

@ -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,