Oops. Comment out stats dump.

git-svn-id: https://develop.svn.wordpress.org/trunk@3018 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-11-08 22:28:45 +00:00
parent b5113fae7c
commit 9765974469
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;