- Still missed one debug output

This commit is contained in:
Marcus Boerger 2008-03-22 01:48:45 +00:00
parent 03de752f6d
commit eb0f0e36e1

View File

@ -1383,7 +1383,6 @@ class PharCommand extends CLICommand
$ucount = 0;
$mcount = 0;
$compalg = array('GZ'=>0, 'BZ2'=>0);
var_dump($phar);
foreach(new RecursiveIteratorIterator($phar) as $ent) {
$count++;