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