Remove debug cruft.

git-svn-id: http://svn.automattic.com/wordpress/trunk@3022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-11-09 11:17:33 +00:00
parent 6f54ba207a
commit 3a088cfaf1
1 changed files with 0 additions and 1 deletions

View File

@ -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<br/>";
if ( file_exists($cache_file) )
unlink($cache_file);
continue;