From: Timo Tijhof Date: Mon, 6 Mar 2017 20:42:40 +0000 (-0800) Subject: resourceloader: Remove useless INFO log for message blob cache-miss X-Git-Tag: 1.31.0-rc.0~3861^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/ajouter.php?a=commitdiff_plain;h=2e288bdccfae41cfa19d26b3e0dd980072250775;p=lhc%2Fweb%2Fwiklou.git resourceloader: Remove useless INFO log for message blob cache-miss Change-Id: I306fe87a1de5335e4ce7042667a005bbd7d772c1 --- diff --git a/includes/cache/MessageBlobStore.php b/includes/cache/MessageBlobStore.php index 90ad24192d..5d48c03dfc 100644 --- a/includes/cache/MessageBlobStore.php +++ b/includes/cache/MessageBlobStore.php @@ -110,9 +110,6 @@ class MessageBlobStore implements LoggerAwareInterface { foreach ( $modules as $name => $module ) { $key = $cacheKeys[$name]; if ( !isset( $result[$key] ) || $curTTLs[$key] === null || $curTTLs[$key] < 0 ) { - $this->logger->info( 'Message blob cache-miss for {module}', - [ 'module' => $name, 'cacheKey' => $key ] - ); $blobs[$name] = $this->recacheMessageBlob( $key, $module, $lang ); } else { // Use unexpired cache