diff options
-rw-r--r-- | pear/DB.php | 1 |
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 { |