removes debug log
This commit is contained in:
parent
e9110611fa
commit
c7a095d345
|
@ -6,8 +6,6 @@ import { UserInputError } from "../../../shared/errors";
|
|||
|
||||
const rejectedClients = new Map<string, number>();
|
||||
|
||||
console.log(config.rejectPhrases);
|
||||
|
||||
setInterval(() => {
|
||||
rejectedClients.forEach((count, ip) => {
|
||||
if (count > 0) {
|
||||
|
|
Loading…
Reference in New Issue