remove extraneous wfDebug
authorRiver Tarnell <kateturner@users.mediawiki.org>
Tue, 21 Sep 2004 19:05:46 +0000 (19:05 +0000)
committerRiver Tarnell <kateturner@users.mediawiki.org>
Tue, 21 Sep 2004 19:05:46 +0000 (19:05 +0000)
includes/Parser.php

index 04ab74f..958f1a6 100644 (file)
@@ -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];