From: Andrew Dolgov Date: Sun, 17 Jan 2010 17:09:53 +0000 (+0300) Subject: get_article_enclosures: remove debugging X-Git-Tag: 1.4.0~19 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=99857ae3303401d614d8ec92874268ca35e62c0a;p=tt-rss.git get_article_enclosures: remove debugging --- diff --git a/functions.php b/functions.php index 2c84213f..7350ef28 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);