From 6a7f952b42503c472cbb40fb00dc6982f13dfa71 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 15 Aug 2001 14:51:37 +0000 Subject: [PATCH] Comment out debug call --- phpgwapi/inc/class.soapclient.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.soapclient.inc.php b/phpgwapi/inc/class.soapclient.inc.php index 13d1990ead..dfd156894a 100644 --- a/phpgwapi/inc/class.soapclient.inc.php +++ b/phpgwapi/inc/class.soapclient.inc.php @@ -82,7 +82,7 @@ class soapclient // make message $soapmsg = CreateObject('phpgwapi.soapmsg',$method,$params,$namespace); - _debug_array($soapmsg); + /* _debug_array($soapmsg); */ // instantiate client $dbg = "calling server at '$this->endpoint'...";