From 99857ae3303401d614d8ec92874268ca35e62c0a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 17 Jan 2010 20:09:53 +0300 Subject: get_article_enclosures: remove debugging --- functions.php | 1 - 1 file changed, 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 2c84213f1..7350ef28f 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); -- cgit v1.2.3