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(() => {
|
||||
logger.info(
|
||||
`new received reqs: ${JSON.stringify(getReceivedReqs(), null, 4)}`
|
||||
)
|
||||
logger.info(`new received reqs: ${size(getReceivedReqs())}`)
|
||||
})
|
||||
|
||||
const react = debounce(() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue