diff --git a/wp-includes/cache.php b/wp-includes/cache.php index f6d5eb8810..ca1e1e4780 100644 --- a/wp-includes/cache.php +++ b/wp-includes/cache.php @@ -267,7 +267,6 @@ class WP_Object_Cache { // Remove the cache file if the key is not set. if ( ! isset($this->cache[$group][$id]) ) { - echo "Deleting $group $id
"; if ( file_exists($cache_file) ) unlink($cache_file); continue;