From: River Tarnell Date: Tue, 21 Sep 2004 19:05:46 +0000 (+0000) Subject: remove extraneous wfDebug X-Git-Tag: 1.5.0alpha1~1907 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_ecrire%28%22auteur_infos%22%2C%20%22id_auteur=%24id%22%29%20.%20%22?a=commitdiff_plain;h=94cf4c9892dd8e974f0340e6c48ea339762bc045;p=lhc%2Fweb%2Fwiklou.git remove extraneous wfDebug --- diff --git a/includes/Parser.php b/includes/Parser.php index 04ab74f19f..958f1a6ce4 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1857,7 +1857,6 @@ class Parser $text = ''; $nsec = 0; for( $i = 0; $i < count($matches); $i += 2 ) { - wfDebug("text=[".$matches[$i]."] heading=[".$matches[$i+1]."]\n"); $text .= $matches[$i]; if (!isset($matches[$i + 1]) || $matches[$i + 1] == "") continue; $hl = $matches[$i + 1];