r52699 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r52698‎ | r52699 | r52700 >
Date:15:48, 2 July 2009
Author:werdna
Status:deferred
Tags:
Comment:
Revert unintended debugging code in r52698
Modified paths:
  • /trunk/extensions/OggHandler/PEAR/File_Ogg/File/Ogg.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OggHandler/PEAR/File_Ogg/File/Ogg.php
@@ -465,11 +465,6 @@
466466
467467 }
468468 }
469 -
470 - print "Memory used: " . memory_get_usage() . "\n";
471 - print "Size of _streamList is " . count( $this->_streamList, COUNT_RECURSIVE )."\n";
472 - file_put_contents( '/Users/andrew/streamList-2', print_r( $this->_streamList, true ) );
473 -
474469 $this->_groupLengths = $groupLengths;
475470 $this->_totalLength = array_sum( $groupLengths );
476471 unset($this->_streamList);

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r52698Fix case of Special:DeleteThreadwerdna15:32, 2 July 2009

Status & tagging log