From d02030505e00d9225114782652676ec73075daf0 Mon Sep 17 00:00:00 2001 From: Alexandre Emsenhuber Date: Fri, 16 Dec 2011 20:57:15 +0000 Subject: [PATCH] Fix for r106476: forgot to remove debugging code --- includes/Article.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Article.php b/includes/Article.php index 7ed28e6b02..a5084f1d6e 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -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 ); -- 2.20.1