summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
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 {