Remove debug cruft. fixes #2273

git-svn-id: https://develop.svn.wordpress.org/trunk@3431 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-01-13 22:08:00 +00:00
parent ba8e3e8d47
commit a3d5510774
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ class wp_xmlrpc_server extends IXR_Server {
'blogid' => '1',
'blogName' => get_settings('blogname')
);
error_log(print_r($struct,1), 3, '/tmp/xmlrpc');
return array($struct);
}