Skip to content

Commit

Permalink
Merge pull request #176 from creative-commoners/pulls/6.1/remove-todo
Browse files Browse the repository at this point in the history
MNT Remove TODO comments
  • Loading branch information
GuySartorelli authored Oct 24, 2023
2 parents 1a69006 + 5012b5d commit 713a19c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Job/StaticCacheFullBuildJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 713a19c

Please sign in to comment.