Remove debug cruft. fixes #2273

git-svn-id: http://svn.automattic.com/wordpress/trunk@3431 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-01-13 22:08:00 +00:00
parent cb093369a1
commit e762c60a4d
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);
}