From eb0f0e36e125bf21fa19a5a855175ad80c6088c0 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sat, 22 Mar 2008 01:48:45 +0000 Subject: [PATCH] - Still missed one debug output --- ext/phar/phar/pharcommand.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/ext/phar/phar/pharcommand.inc b/ext/phar/phar/pharcommand.inc index d2b6f3dace2..e95f138d86c 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++;