Fix for r106476: forgot to remove debugging code
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 16 Dec 2011 20:57:15 +0000 (20:57 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 16 Dec 2011 20:57:15 +0000 (20:57 +0000)
includes/Article.php

index 7ed28e6..a5084f1 100644 (file)
@@ -500,7 +500,6 @@ class Article extends Page {
                                                        $wgOut->setRevisionId( $this->mPage->getLatest() );
                                                        # Preload timestamp to avoid a DB hit
                                                        $cachedTimestamp = $this->mParserOutput->getTimestamp();
-                                                       var_dump( $cachedTimestamp );
                                                        if ( $cachedTimestamp !== null ) {
                                                                $wgOut->setRevisionTimestamp( $cachedTimestamp );
                                                                $this->mPage->setTimestamp( $cachedTimestamp );