summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2002-06-06 10:37:13 +0000
committerStig Bakken <ssb@php.net>2002-06-06 10:37:13 +0000
commitd8c07cc63d15855f426e5af65a87d27d145d1e44 (patch)
tree1e8fae9b99541faec0822ace6c3cc1881f39f9b5
parentcf81f686e99e2cc095f5b61774714f1016d43aaa (diff)
downloadphp-git-d8c07cc63d15855f426e5af65a87d27d145d1e44.tar.gz
* remove debug output
-rw-r--r--pear/PEAR/Builder.php1
1 files changed, 0 insertions, 1 deletions
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)) {