From 9eb397eb55e9816e155d8bad2d98a3e6480c2cb8 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Sun, 8 Mar 2009 12:22:49 +0100 Subject: [PATCH] removed debug statements Ignore-this: c7d706a81320fb2bf80a399e5fcc259a darcs-hash:20090308112249-7ad00-488e7b5cc87ad3727a161b9625892709d4f25fc0.gz --- lib/exe/xmlrpc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/exe/xmlrpc.php b/lib/exe/xmlrpc.php index 24338da8b..4b08e4487 100644 --- a/lib/exe/xmlrpc.php +++ b/lib/exe/xmlrpc.php @@ -322,11 +322,9 @@ class dokuwiki_xmlrpc_server extends IXR_IntrospectionServer { $ns = cleanID($ns); $dir = utf8_encodeFN(str_replace(':', '/', $ns)); -dbglog('ggg'); $data = array(); require_once(DOKU_INC.'inc/search.php'); search($data, $conf['datadir'], 'search_allpages', $opts, $dir); -dbglog($data); return $data; } -- 2.11.4.GIT