From 94cf4c9892dd8e974f0340e6c48ea339762bc045 Mon Sep 17 00:00:00 2001 From: River Tarnell Date: Tue, 21 Sep 2004 19:05:46 +0000 Subject: [PATCH] remove extraneous wfDebug --- includes/Parser.php | 1 - 1 file changed, 1 deletion(-) 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]; -- 2.20.1