Don't need this.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 24 Jun 2015 15:51:42 +0000 (11:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 24 Jun 2015 15:51:42 +0000 (11:51 -0400)
src/modules/rlm_pap/rlm_pap.c

index fdc5316..b5da771 100644 (file)
@@ -1051,7 +1051,6 @@ static rlm_rcode_t CC_HINT(nonnull) mod_authenticate(void *instance, REQUEST *re
        /*
         *      Authenticate, and return.
         */
-       RDEBUG("Taking 'known good' password from %s", vp->da->name);
        rc = auth_func(inst, request, vp);
 
        if (rc == RLM_MODULE_REJECT) {