get_article_enclosures: remove debugging
This commit is contained in:
@@ -6505,7 +6505,6 @@
|
||||
$rv = array();
|
||||
|
||||
if ($memcache && $obj = $memcache->get($cache_id)) {
|
||||
print_r($obj);
|
||||
$rv = $obj;
|
||||
} else {
|
||||
$result = db_query($link, $query);
|
||||
|
||||
Reference in New Issue
Block a user