Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Mar 29, 2024
1 parent 30431ce commit 57c88c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/src/Command/InitializationCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ protected function execute(InputInterface $input, OutputInterface $output): int
// In dev we also want to run the installer
//if( getenv("APP_ENV") == "dev"){
$io->section('Running installer');
echo json_encode($config);
$this->installationService->update($config, $io);
//}

Expand Down

0 comments on commit 57c88c3

Please sign in to comment.