From: Alan T. DeKok Date: Wed, 24 Jun 2015 15:51:42 +0000 (-0400) Subject: Don't need this. X-Git-Tag: release_3_0_9~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37f2b2f7a122c20db32d3c06cd3e8fdb73ee5bb0;p=thirdparty%2Ffreeradius-server.git Don't need this. --- diff --git a/src/modules/rlm_pap/rlm_pap.c b/src/modules/rlm_pap/rlm_pap.c index fdc5316c23c..b5da771790f 100644 --- a/src/modules/rlm_pap/rlm_pap.c +++ b/src/modules/rlm_pap/rlm_pap.c @@ -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) {