summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-20 12:39:53 +0300
committerAndrew Dolgov <[email protected]>2010-01-20 12:39:53 +0300
commitc517f9b7e59dd7bafd9c8fe928d10eb92d845478 (patch)
treeaf0bed2908b1f59c17259bc1b8d2328fa683876b /functions.php
parent1f0113280236928da3c1d57da7781dc8ec977772 (diff)
load_filters: use memcache (2)
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 31d648650..a7564dbc6 100644
--- a/functions.php
+++ b/functions.php
@@ -5860,8 +5860,6 @@
if ($memcache && $obj = $memcache->get($obj_id)) {
- print_r($obj);
-
return $obj;
} else {