]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
remove debug line
authorTCY16 <tom@nlnetlabs.nl>
Mon, 10 Jan 2022 15:28:54 +0000 (16:28 +0100)
committerTCY16 <tom@nlnetlabs.nl>
Mon, 10 Jan 2022 15:28:54 +0000 (16:28 +0100)
services/rpz.c

index 5a288e953e24173abad8659a6ed85acb3995e303..f4a8a9b626eb95152acbbcbc20759c9e39b37591 100644 (file)
@@ -2339,8 +2339,6 @@ rpz_callback_from_worker_request(struct auth_zones* az, struct module_env* env,
        int ret;
        enum localzone_type lzt;
 
-       log_err("HERE in rpz_callback_from_worker_request!!!");
-
        int clientip_trigger = rpz_apply_maybe_clientip_trigger(az, env, qinfo,
                edns, repinfo, taglist, taglen, stats, buf, temp, &z, &a, &r);
        if(clientip_trigger >= 0) {