From d24f7420d0d35aba196ef7238739aadd95a065a4 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Mon, 20 May 2002 22:29:52 +0000 Subject: [PATCH] * disable debug in XML_RPC fallback --- pear/PEAR/Remote.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pear/PEAR/Remote.php b/pear/PEAR/Remote.php index b7279b76a5..1ed435474b 100644 --- a/pear/PEAR/Remote.php +++ b/pear/PEAR/Remote.php @@ -64,7 +64,7 @@ class PEAR_Remote extends PEAR if ($username && $password) { $c->setCredentials($username, $password); } - $c->setDebug(1); +// $c->setDebug(1); $r = $c->send($f); if (!$r) { return $this->raiseError("XML_RPC send failed"); -- 2.50.1