From: Stig Bakken Date: Thu, 6 Jun 2002 10:37:13 +0000 (+0000) Subject: * remove debug output X-Git-Tag: RELEASE_0_90~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8c07cc63d15855f426e5af65a87d27d145d1e44;p=php * remove debug output --- diff --git a/pear/PEAR/Builder.php b/pear/PEAR/Builder.php index f91f4b5709..995924ef7b 100644 --- a/pear/PEAR/Builder.php +++ b/pear/PEAR/Builder.php @@ -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)) {