summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>1999-12-01 19:17:48 +0000
committerStig Bakken <ssb@php.net>1999-12-01 19:17:48 +0000
commit9bba81c296b6d9afa785caa3c55913e1cc54092c (patch)
tree210b5495c795f6efc8eec837675a6209b437a93b
parent3b515617a423b54cf065340b73d72658ceeb79cc (diff)
downloadphp-git-9bba81c296b6d9afa785caa3c55913e1cc54092c.tar.gz
remove some debug output
-rw-r--r--pear/DB.php1
1 files changed, 0 insertions, 1 deletions
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 {