From 9bba81c296b6d9afa785caa3c55913e1cc54092c Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Wed, 1 Dec 1999 19:17:48 +0000 Subject: [PATCH] remove some debug output --- pear/DB.php | 1 - 1 file changed, 1 deletion(-) 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 { -- 2.40.0