summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-17 20:09:53 +0300
committerAndrew Dolgov <[email protected]>2010-01-17 20:09:53 +0300
commit99857ae3303401d614d8ec92874268ca35e62c0a (patch)
tree8d933fe398dbc99b28caaa9d951c6c4dca484bb3 /functions.php
parentbe35798b84993383f7bc8e1489bc9d78e223af18 (diff)
get_article_enclosures: remove debugging
Diffstat (limited to 'functions.php')
-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);