http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95165

Revision: 95165
Author:   raymond
Date:     2011-08-21 18:15:37 +0000 (Sun, 21 Aug 2011)
Log Message:
-----------
fu r95152: remove debug line.

Modified Paths:
--------------
    trunk/phase3/includes/specials/SpecialUserlogin.php

Modified: trunk/phase3/includes/specials/SpecialUserlogin.php
===================================================================
--- trunk/phase3/includes/specials/SpecialUserlogin.php 2011-08-21 18:11:42 UTC 
(rev 95164)
+++ trunk/phase3/includes/specials/SpecialUserlogin.php 2011-08-21 18:15:37 UTC 
(rev 95165)
@@ -382,7 +382,6 @@
                        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 ) {


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to