Remove an annoying BLACKLIST_RESOLVER_CALLBACK message in DEBUGMODE

[skip ci]
This commit is contained in:
Bram Matthys 2024-07-18 07:59:52 +02:00
parent 5ad5c4cfe2
commit 9232db12ae
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98

View file

@ -986,11 +986,6 @@ void blacklist_resolver_callback(void *arg, int status, int timeouts, struct hos
BLUser *blu = (BLUser *)arg;
Client *client = blu->client;
#ifdef DEBUGMODE
unreal_log(ULOG_DEBUG, "blacklist", "BLACKLIST_RESOLVER_CALLBACK", client,
"Called for client $client.details");
#endif
blu->refcnt--; /* one less outstanding DNS request remaining */
/* If we are the last to resolve something and the client is gone