* remove debug output

This commit is contained in:
Stig Bakken 2002-06-06 10:37:13 +00:00
parent cf81f686e9
commit d8c07cc63d

View file

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