From 48cf90b00fc7332f2e627e43c89eff069cbf4e12 Mon Sep 17 00:00:00 2001 From: Jens Frank Date: Fri, 27 Aug 2004 06:16:16 +0000 Subject: [PATCH] removed forgotten debugging statement --- includes/Parser.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 8f93145e43..f63eb67b5b 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1845,7 +1845,6 @@ class Parser # string and re-inserts the newly formatted headlines. /* private */ function formatHeadings( $text, $isMain=true ) { global $wgInputEncoding, $wgMaxTocLevel; - #print "
{$text}
\n"; $doNumberHeadings = $this->mOptions->getNumberHeadings(); $doShowToc = $this->mOptions->getShowToc(); -- 2.20.1