From 5012b5d22a88f1be068d8b0703ddaa2c1da38f0b Mon Sep 17 00:00:00 2001 From: Sabina Talipova Date: Fri, 13 Oct 2023 15:08:54 +1300 Subject: [PATCH] MNT Remove TODO comments --- src/Job/StaticCacheFullBuildJob.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/Job/StaticCacheFullBuildJob.php b/src/Job/StaticCacheFullBuildJob.php index cef22d58..9e5ead33 100644 --- a/src/Job/StaticCacheFullBuildJob.php +++ b/src/Job/StaticCacheFullBuildJob.php @@ -126,11 +126,6 @@ protected function getAllLivePageURLs(): array $this->extend('afterGetAllLivePageURLs', $urls); - // @TODO look here when integrating subsites - // if (class_exists(Subsite::class)) { - // Subsite::disable_subsite_filter(true); - // } - return $urls; }