From fb234acd096c55f2ae6289e96faa5ba6b84af726 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 9 Nov 2005 11:17:33 +0000 Subject: [PATCH] Remove debug cruft. git-svn-id: https://develop.svn.wordpress.org/trunk@3022 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/cache.php | 1 - 1 file changed, 1 deletion(-) 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;