remove excessive log
This commit is contained in:
parent
c38854d24f
commit
cc7fa5589b
1 changed files with 0 additions and 1 deletions
|
|
@ -447,7 +447,6 @@ module.exports = (
|
||||||
}
|
}
|
||||||
|
|
||||||
pingIntervalID = setInterval(() => {
|
pingIntervalID = setInterval(() => {
|
||||||
logger.info('emitting shockping event to ping socket')
|
|
||||||
socket.emit('shockping')
|
socket.emit('shockping')
|
||||||
}, 3000)
|
}, 3000)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue