From: Marcus Boerger Date: Sat, 22 Mar 2008 01:48:45 +0000 (+0000) Subject: - Still missed one debug output X-Git-Tag: RELEASE_2_0_0a1~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb0f0e36e125bf21fa19a5a855175ad80c6088c0;p=php - Still missed one debug output --- diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc index d2b6f3dace..e95f138d86 100755 --- a/ext/phar/phar/pharcommand.inc +++ b/ext/phar/phar/pharcommand.inc @@ -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++;