Skip to content

Commit

Permalink
Remove extraneous debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jan 5, 2015
1 parent f62c197 commit ec0ad10
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/modcall.c
Expand Up @@ -480,8 +480,6 @@ static bool modcall_recurse(REQUEST *request, rlm_components_t component, int de

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) {
switch (condition) {
Expand Down

0 comments on commit ec0ad10

Please sign in to comment.