chore: Cleanup some outdated fixme comments

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2023-08-11 18:23:56 +02:00
parent b0af2fef2d
commit a8466d1426
2 changed files with 0 additions and 4 deletions

View File

@@ -76,7 +76,6 @@ class BoardImportCommandService extends BoardImportService {
}
protected function validateConfig(): void {
// FIXME: Make config optional for deck plain importer (but use a call on the importer insterad)
try {
$config = $this->getInput()->getOption('config');
if (!$config) {