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'...";