Comment out debug call

This commit is contained in:
Miles Lott 2001-08-15 14:51:37 +00:00
parent 2247e8c99c
commit 6a7f952b42

View File

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