Skip to content

Commit

Permalink
TASK: remove comment in FusionService
Browse files Browse the repository at this point in the history
Followup to #4496
  • Loading branch information
mhsdesign committed Oct 16, 2024
1 parent 595d4ee commit 950f805
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Neos.Neos/Classes/Domain/Service/FusionService.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,4 @@ public function createFusionConfigurationFromSite(Site $site): FusionConfigurati
);
});
}

// @todo reintroduce with edit preview mode support
// /**
// * Create a runtime for the given site
// */
// public function createRuntime(Site $site): Runtime;
}

0 comments on commit 950f805

Please sign in to comment.