webservice MDL-21580 remove personal log function call

This commit is contained in:
jerome mouneyrac 2010-02-22 05:30:56 +00:00
parent c890a267b6
commit 8300f99e09

View File

@ -62,7 +62,6 @@ class webservice_xmlrpc_server extends webservice_zend_server {
$function = external_function_info($methodname); //retrieve the description of the method name
if (is_object($function)) { //if the method is not an object (no description found),
// do not make any change on the response
varlog($response);
$returnvalue = $response->getReturnValue();
$returnvalue = $this->clean_returnvalue($function->returns_desc, $returnvalue);
$response->setReturnValue($returnvalue);