From 7c94a61e7ddef96c6fb60549a61299b133f67e63 Mon Sep 17 00:00:00 2001 From: Raimond Spekking Date: Sun, 21 Aug 2011 18:15:37 +0000 Subject: [PATCH] fu r95152: remove debug line. --- includes/specials/SpecialUserlogin.php | 1 - 1 file changed, 1 deletion(-) 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 ) { -- 2.20.1