Remove debug cruft.

git-svn-id: https://develop.svn.wordpress.org/trunk@3022 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2005-11-09 11:17:33 +00:00
parent 7f5284a4de
commit fb234acd09
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;