mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
* remove debug output
This commit is contained in:
parent
cf81f686e9
commit
d8c07cc63d
1 changed files with 0 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue