]> granicus.if.org Git - php/commitdiff
- Still missed one debug output
authorMarcus Boerger <helly@php.net>
Sat, 22 Mar 2008 01:48:45 +0000 (01:48 +0000)
committerMarcus Boerger <helly@php.net>
Sat, 22 Mar 2008 01:48:45 +0000 (01:48 +0000)
ext/phar/phar/pharcommand.inc

index d2b6f3dace28acde8d8ed37457e2f6e578b65f30..e95f138d86c56875f0a5e147f6476e14656ebb14 100755 (executable)
@@ -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++;