From c517f9b7e59dd7bafd9c8fe928d10eb92d845478 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 20 Jan 2010 12:39:53 +0300 Subject: [PATCH] load_filters: use memcache (2) --- functions.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/functions.php b/functions.php index 31d64865..a7564dbc 100644 --- a/functions.php +++ b/functions.php @@ -5860,8 +5860,6 @@ if ($memcache && $obj = $memcache->get($obj_id)) { - print_r($obj); - return $obj; } else { -- 2.39.5