removes debug log

This commit is contained in:
nai-degen 2023-11-09 16:25:57 -06:00
parent e9110611fa
commit c7a095d345
1 changed files with 0 additions and 2 deletions

View File

@ -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) {