--- /home/mrosenquist/pear/php/Tools/WADF.php.orig	2009-05-07 13:41:11.000000000 +0100
+++ /home/mrosenquist/pear/php/Tools/WADF.php	2009-05-07 13:41:17.000000000 +0100
@@ -1171,8 +1171,6 @@
 						// dep->name includes the channel name
 						$pkg_to_install = $dep->name . '-' . $dep->version;
 						if (!in_array($pkg_to_install, $pkgs)) {
-							print_r($pkgs);
-							print $pkg_to_install;
 							$this->_runPEAR('install -f -n ' . $pkg_to_install);
 						} else {
 							$this->_debugOutput("Skipping installation of $pkg_to_install; already installed", self::DEBUG_INFORMATION);
