turn off debug

pull/3051/head
Isaac Connor 2020-09-17 15:15:13 -04:00
parent 123b2a4747
commit 4a6743be3f
1 changed files with 0 additions and 1 deletions

View File

@ -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) {