Remove debug cruft.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3022 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6f54ba207a
commit
3a088cfaf1
|
@ -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