diff --git a/web/includes/Object.php b/web/includes/Object.php index 75477c08a..e8fff930b 100644 --- a/web/includes/Object.php +++ b/web/includes/Object.php @@ -144,7 +144,6 @@ class ZM_Object { public function _remove_from_cache($class, $object) { global $object_cache; unset($object_cache[$class][$object->Id()]); - Logger::Debug("Unsset $class " . $object->Id() . " " . count($object_cache[$class])); } public static function Objects_Indexed_By_Id($class, $params=null) {