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; }