r5366 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r5365‎ | r5366 | r5367 >
Date:19:05, 21 September 2004
Author:kateturner
Status:old
Tags:
Comment:
remove extraneous wfDebug
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -1857,7 +1857,6 @@
18581858 $text = '';
18591859 $nsec = 0;
18601860 for( $i = 0; $i < count($matches); $i += 2 ) {
1861 - wfDebug("text=[".$matches[$i]."] heading=[".$matches[$i+1]."]\n");
18621861 $text .= $matches[$i];
18631862 if (!isset($matches[$i + 1]) || $matches[$i + 1] == "") continue;
18641863 $hl = $matches[$i + 1];

Status & tagging log