Remove spammy reuseConnection() wfDebug() call
authorAaron Schulz <aschulz@wikimedia.org>
Fri, 2 Sep 2016 15:36:08 +0000 (08:36 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Fri, 2 Sep 2016 15:36:08 +0000 (08:36 -0700)
This does not convey anything helpful and spam up debug
comment and jenkins logs

Change-Id: I7d20d061db28da3ba268255ecd71687a1eefb835

includes/db/loadbalancer/LoadBalancer.php

index c554f17..8f0a021 100644 (file)
@@ -613,7 +613,6 @@ class LoadBalancer {
                $serverIndex = $conn->getLBInfo( 'serverIndex' );
                $refCount = $conn->getLBInfo( 'foreignPoolRefCount' );
                if ( $serverIndex === null || $refCount === null ) {
-                       wfDebug( __METHOD__ . ": this connection was not opened as a foreign connection\n" );
                        /**
                         * This can happen in code like:
                         *   foreach ( $dbs as $db ) {