From 4a6743be3fc626c08a72062ff6ed5a8a88a23a71 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Thu, 17 Sep 2020 15:15:13 -0400 Subject: [PATCH] turn off debug --- web/includes/Object.php | 1 - 1 file changed, 1 deletion(-) 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) {