aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2015-04-04 22:34:12 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2015-04-04 22:34:12 +0000
commit0c6c2bd90de36e24784dee75754060ef2e3bb0d9 (patch)
treea6497a0f8ff6cd136c3408478d828308f2db9b40
parenta8e9a381740968c1c8669cedcba94f17727996fa (diff)
downloadpmwiki.svn-0c6c2bd90de36e24784dee75754060ef2e3bb0d9.tar.bz2
Rm debug code from pagelist.php.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@3045 524c5546-5005-0410-9a3e-e25e191bd360
-rw-r--r--scripts/pagelist.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/pagelist.php b/scripts/pagelist.php
index dd954079..24221467 100644
--- a/scripts/pagelist.php
+++ b/scripts/pagelist.php
@@ -475,7 +475,6 @@ function PageListSort(&$list, &$opt, $pn, &$page) {
uasort($list,
create_function('$x,$y', "global \$PCache; $code return 0;"));
StopWatch('PageListSort end');
- xmp($PCache);
}