fu r95152: remove debug line.
authorRaimond Spekking <raymond@users.mediawiki.org>
Sun, 21 Aug 2011 18:15:37 +0000 (18:15 +0000)
committerRaimond Spekking <raymond@users.mediawiki.org>
Sun, 21 Aug 2011 18:15:37 +0000 (18:15 +0000)
includes/specials/SpecialUserlogin.php

index ae89765..5527086 100644 (file)
@@ -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 ) {