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