From: Stig Bakken Date: Wed, 1 Dec 1999 19:17:48 +0000 (+0000) Subject: remove some debug output X-Git-Tag: PRE_RETURN_REF_PATCH~142 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9bba81c296b6d9afa785caa3c55913e1cc54092c;p=php remove some debug output --- diff --git a/pear/DB.php b/pear/DB.php index e3c177443d..9585be30ed 100644 --- a/pear/DB.php +++ b/pear/DB.php @@ -93,7 +93,6 @@ class DB { // "include" should be replaced with "use" once PHP gets it $pkgname = 'DB/' . $type; if (!is_array($USED_PACKAGES) || !$USED_PACKAGES[$pkgname]) { - print "${pkgname}.php\n"; if (!@include($pkgname . '.php')) { return DB_ERROR_NOT_FOUND; } else {