summaryrefslogtreecommitdiff
path: root/lib/exe/xmlrpc.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2009-03-08 12:22:49 +0100
committerAndreas Gohr <andi@splitbrain.org>2009-03-08 12:22:49 +0100
commit9eb397eb55e9816e155d8bad2d98a3e6480c2cb8 (patch)
tree78e6512c31868f755ef43c1eb98cfcc9e794fead /lib/exe/xmlrpc.php
parent240dd63f4eb0759d0d8ce6bfd81ff64fa76ccc05 (diff)
downloadrpg-9eb397eb55e9816e155d8bad2d98a3e6480c2cb8.tar.gz
rpg-9eb397eb55e9816e155d8bad2d98a3e6480c2cb8.tar.bz2
removed debug statements
Ignore-this: c7d706a81320fb2bf80a399e5fcc259a darcs-hash:20090308112249-7ad00-488e7b5cc87ad3727a161b9625892709d4f25fc0.gz
Diffstat (limited to 'lib/exe/xmlrpc.php')
-rw-r--r--lib/exe/xmlrpc.php2
1 files changed, 0 insertions, 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;
}