mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX Debug code in production blog module (fixes #6118)
This commit is contained in:
parent
fb16abc1c6
commit
9f6e4885e4
@ -9,7 +9,7 @@ require_once(BASE_PATH . '/blog/thirdparty/xmlrpc/xmlrpc_wrappers.php');
|
||||
*/
|
||||
class MetaWeblogController extends Controller {
|
||||
function index($request) {
|
||||
Debug::log(Debug::text($request));
|
||||
//Debug::log(Debug::text($request));
|
||||
|
||||
// Create an xmlrpc server, and set up the method calls
|
||||
$service = new xmlrpc_server(array(
|
||||
|
Loading…
Reference in New Issue
Block a user