From: Jens Frank Date: Fri, 27 Aug 2004 06:16:16 +0000 (+0000) Subject: removed forgotten debugging statement X-Git-Tag: 1.5.0alpha1~2225 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=48cf90b00fc7332f2e627e43c89eff069cbf4e12;p=lhc%2Fweb%2Fwiklou.git removed forgotten debugging statement --- 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();