]> granicus.if.org Git - php/commitdiff
remove some debug output
authorStig Bakken <ssb@php.net>
Wed, 1 Dec 1999 19:17:48 +0000 (19:17 +0000)
committerStig Bakken <ssb@php.net>
Wed, 1 Dec 1999 19:17:48 +0000 (19:17 +0000)
pear/DB.php

index e3c177443d286c77aa4db3cbf3c28266da7d8401..9585be30edd9b4eda280dfee532d3c7f238fcadb 100644 (file)
@@ -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 {