]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Much too chatty
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 5 Apr 2021 23:31:07 +0000 (00:31 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 5 Apr 2021 23:31:07 +0000 (00:31 +0100)
src/lib/io/worker.c

index 59c52ccc276d3354621136907977a6261f40fd4c..7caea459630eaeee789ddd5ed822326996bc6d04 100644 (file)
@@ -1145,8 +1145,6 @@ static inline CC_HINT(always_inline) void worker_run_request(fr_worker_t *worker
                REQUEST_VERIFY(request);
                fr_assert(request->runnable_id < 0);
 
-               RDEBUG("Running request");
-
                /*
                 *      For real requests, if the channel is gone,
                 *      just stop the request and free it.