Index: trunk/extensions/OggHandler/PEAR/File_Ogg/File/Ogg.php |
— | — | @@ -465,11 +465,6 @@ |
466 | 466 | |
467 | 467 | } |
468 | 468 | } |
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 | | - |
474 | 469 | $this->_groupLengths = $groupLengths; |
475 | 470 | $this->_totalLength = array_sum( $groupLengths ); |
476 | 471 | unset($this->_streamList); |