Aaron Schulz has uploaded a new change for review.
https://gerrit.wikimedia.org/r/252579
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(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core
refs/changes/79/252579/1
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: newchange
Gerrit-Change-Id: I36ad31f197ec8f71c97e6a8673ac5ca979f8d9ab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits