Index: trunk/phase3/includes/specials/SpecialUserlogin.php |
— | — | @@ -382,7 +382,6 @@ |
383 | 383 | wfDebug( "LoginForm::exemptFromAccountCreationThrottle: a hook allowed account creation w/o throttle\n" ); |
384 | 384 | } else { |
385 | 385 | if ( ( $wgAccountCreationThrottle && $wgUser->isPingLimitable() ) ) { |
386 | | - wfDebugLog( 'CACT', "IN der core Throttle Abfrage\n" ); |
387 | 386 | $key = wfMemcKey( 'acctcreate', 'ip', $ip ); |
388 | 387 | $value = $wgMemc->get( $key ); |
389 | 388 | if ( !$value ) { |