From d8c07cc63d15855f426e5af65a87d27d145d1e44 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Thu, 6 Jun 2002 10:37:13 +0000 Subject: [PATCH] * remove debug output --- pear/PEAR/Builder.php | 1 - 1 file changed, 1 deletion(-) 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)) { -- 2.40.0