jenkins-bot has submitted this change and it was merged.

Change subject: Remove spammy wfDebug() from LocalFile::loadFromCache()
......................................................................


Remove spammy wfDebug() from LocalFile::loadFromCache()

Change-Id: I36ad31f197ec8f71c97e6a8673ac5ca979f8d9ab
---
M includes/filerepo/file/LocalFile.php
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/filerepo/file/LocalFile.php 
b/includes/filerepo/file/LocalFile.php
index 12d4007..1a33538 100644
--- a/includes/filerepo/file/LocalFile.php
+++ b/includes/filerepo/file/LocalFile.php
@@ -256,7 +256,6 @@
 
                // Check if the key existed and belongs to this version of 
MediaWiki
                if ( is_array( $cachedValues ) && $cachedValues['version'] == 
MW_FILE_VERSION ) {
-                       wfDebug( "Pulling file metadata from cache key $key\n" 
);
                        $this->fileExists = $cachedValues['fileExists'];
                        if ( $this->fileExists ) {
                                $this->setProps( $cachedValues );

-- 
To view, visit https://gerrit.wikimedia.org/r/252579
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I36ad31f197ec8f71c97e6a8673ac5ca979f8d9ab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to