From: Alan T. DeKok Date: Mon, 5 Jan 2015 17:36:22 +0000 (-0500) Subject: Remove extraneous debug message X-Git-Tag: release_3_0_7~345 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ddfbba64da391e1c029a5ac0074cb46b642a87;p=thirdparty%2Ffreeradius-server.git Remove extraneous debug message --- diff --git a/src/main/modcall.c b/src/main/modcall.c index ee0b32e4532..ba4984a6448 100644 --- a/src/main/modcall.c +++ b/src/main/modcall.c @@ -480,8 +480,6 @@ redo: RDEBUG2("%s %s{", group_name[c->type], c->name); - RDEBUG("PASS2? %s", g->done_pass2 ? "yes" : "NO"); - condition = radius_evaluate_cond(request, result, 0, g->cond); if (condition < 0) { condition = false;