diff --git a/application/Espo/Classes/Cleanup/Stars.php b/application/Espo/Classes/Cleanup/Stars.php index 028b2190ee..b17d395951 100644 --- a/application/Espo/Classes/Cleanup/Stars.php +++ b/application/Espo/Classes/Cleanup/Stars.php @@ -101,7 +101,6 @@ class Stars implements Cleanup $userId = $star->get('userId'); if ($userId === null || $entityId === null) { - // @todo Cleanup. continue; }