From: Raimond Spekking Date: Sun, 21 Aug 2011 18:15:37 +0000 (+0000) Subject: fu r95152: remove debug line. X-Git-Tag: 1.31.0-rc.0~28139 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=7c94a61e7ddef96c6fb60549a61299b133f67e63;p=lhc%2Fweb%2Fwiklou.git fu r95152: remove debug line. --- diff --git a/includes/specials/SpecialUserlogin.php b/includes/specials/SpecialUserlogin.php index ae89765988..5527086d0a 100644 --- a/includes/specials/SpecialUserlogin.php +++ b/includes/specials/SpecialUserlogin.php @@ -382,7 +382,6 @@ class LoginForm extends SpecialPage { wfDebug( "LoginForm::exemptFromAccountCreationThrottle: a hook allowed account creation w/o throttle\n" ); } else { if ( ( $wgAccountCreationThrottle && $wgUser->isPingLimitable() ) ) { - wfDebugLog( 'CACT', "IN der core Throttle Abfrage\n" ); $key = wfMemcKey( 'acctcreate', 'ip', $ip ); $value = $wgMemc->get( $key ); if ( !$value ) {