summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--functions.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.php b/functions.php
index 2c84213f1..7350ef28f 100644
--- a/functions.php
+++ b/functions.php
@@ -6505,7 +6505,6 @@
$rv = array();
if ($memcache && $obj = $memcache->get($cache_id)) {
- print_r($obj);
$rv = $obj;
} else {
$result = db_query($link, $query);