mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 18:41:29 +00:00
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