From 13cff25d9914af3554c0629b7df0b647775b03a2 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 8 Nov 2005 22:28:45 +0000 Subject: [PATCH] Oops. Comment out stats dump. git-svn-id: http://svn.automattic.com/wordpress/trunk@3018 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/cache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/cache.php b/wp-includes/cache.php index 27286f9612..2892704d5c 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -195,7 +195,7 @@ class WP_Object_Cache { } function save() { - $this->stats(); + //$this->stats(); if (!$this->cache_enabled) return;