Remove debug cruft.
git-svn-id: https://develop.svn.wordpress.org/trunk@3022 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7f5284a4de
commit
fb234acd09
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user