Oops. Comment out stats dump.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3018 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-11-08 22:28:45 +00:00
parent b9ee18b899
commit 13cff25d99
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ class WP_Object_Cache {
}
function save() {
$this->stats();
//$this->stats();
if (!$this->cache_enabled)
return;