diff --git a/app/Services/CcliPasteParser.php b/app/Services/CcliPasteParser.php index 83fee56..9baed42 100644 --- a/app/Services/CcliPasteParser.php +++ b/app/Services/CcliPasteParser.php @@ -14,8 +14,6 @@ public function __construct( private readonly ?Closure $sectionDetector = null, private readonly ?Closure $metadataDetector = null, ) { - if ($sectionDetector !== null || $metadataDetector !== null) { - } } public function parse(string $rawText): ParsedCcliSong