]> granicus.if.org Git - php/commitdiff
* remove debug output
authorStig Bakken <ssb@php.net>
Thu, 6 Jun 2002 10:37:13 +0000 (10:37 +0000)
committerStig Bakken <ssb@php.net>
Thu, 6 Jun 2002 10:37:13 +0000 (10:37 +0000)
pear/PEAR/Builder.php

index f91f4b57096eebe4668e4ebda9dccd24a7fb816c..995924ef7b38ccc3c796bf0ad37b46b2b9cb26d3 100644 (file)
@@ -98,7 +98,6 @@ class PEAR_Builder extends PEAR_Common
         }
         $dir = getcwd();
         $this->log(2, "building in $dir");
-        $this->_runCommand("find $dir -print", $callback);
         $this->current_callback = $callback;
         $err = $this->_runCommand("phpize", array(&$this, 'phpizeCallback'));
         if (PEAR::isError($err)) {