remove long log
This commit is contained in:
parent
2606a22596
commit
b142a08995
1 changed files with 1 additions and 3 deletions
|
|
@ -36,9 +36,7 @@ const setReceivedReqsMap = reqs => {
|
||||||
}
|
}
|
||||||
|
|
||||||
listeners.add(() => {
|
listeners.add(() => {
|
||||||
logger.info(
|
logger.info(`new received reqs: ${size(getReceivedReqs())}`)
|
||||||
`new received reqs: ${JSON.stringify(getReceivedReqs(), null, 4)}`
|
|
||||||
)
|
|
||||||
})
|
})
|
||||||
|
|
||||||
const react = debounce(() => {
|
const react = debounce(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue