logging
This commit is contained in:
parent
d6df459070
commit
bdf23e78e4
1 changed files with 7 additions and 0 deletions
|
|
@ -63,6 +63,13 @@ const react = () => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (finalSentReqs.length > 0) {
|
||||||
|
console.log('-------------------------')
|
||||||
|
console.log('pub to incoming')
|
||||||
|
console.log(pubToIncoming)
|
||||||
|
console.log('-------------------------')
|
||||||
|
}
|
||||||
|
|
||||||
currentReqs = finalSentReqs
|
currentReqs = finalSentReqs
|
||||||
|
|
||||||
listeners.forEach(l => l(currentReqs))
|
listeners.forEach(l => l(currentReqs))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue