]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove extraneous debug message
authorAlan T. DeKok <aland@freeradius.org>
Mon, 5 Jan 2015 17:36:22 +0000 (12:36 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 5 Jan 2015 17:36:22 +0000 (12:36 -0500)
src/main/modcall.c

index ee0b32e4532de4d3a8485b850e0aed32a277d008..ba4984a6448593196405847f8f098604ca52a2e6 100644 (file)
@@ -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;