Index: branches/wmf/1.17wmf1/includes/parser/ParserCache.php |
— | — | @@ -136,11 +136,6 @@ |
137 | 137 | |
138 | 138 | $value = $this->mMemc->get( $parserOutputKey ); |
139 | 139 | if ( !$value ) { |
140 | | - wfDebug( "New format parser cache miss.\n" ); |
141 | | - $parserOutputKey = $this->getParserOutputKey( $article, ParserOptions::legacyOptions() ); |
142 | | - $value = $this->mMemc->get( $parserOutputKey ); |
143 | | - } |
144 | | - if ( !$value ) { |
145 | 140 | wfDebug( "Parser cache miss.\n" ); |
146 | 141 | wfIncrStats( "pcache_miss_absent" ); |
147 | 142 | wfProfileOut( __METHOD__ ); |