mirror of
https://github.com/pockethost/pockethost.git
synced 2025-11-23 22:15:49 +00:00
chore: comment out console log in limiter
This commit is contained in:
parent
69aae66229
commit
3b6cf119e7
@ -33,7 +33,7 @@ const MultiChannelLimiter = () => {
|
|||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
for (const [channel, limiter] of channels.entries()) {
|
for (const [channel, limiter] of channels.entries()) {
|
||||||
if (limiter.empty()) {
|
if (limiter.empty()) {
|
||||||
console.log(`Deleting empty limiter for ${channel}`)
|
// console.log(`Deleting empty limiter for ${channel}`)
|
||||||
channels.delete(channel)
|
channels.delete(channel)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user