Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 19, 2024
1 parent b6673f4 commit 38bfe5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Command/Pull/PullDatabaseCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ protected function configure(): void {
}

protected function execute(InputInterface $input, OutputInterface $output): int {
parent::execute($input, $output);
$noScripts = $input->hasOption('no-scripts') && $input->getOption('no-scripts');
$onDemand = $input->hasOption('on-demand') && $input->getOption('on-demand');
$noImport = $input->hasOption('no-import') && $input->getOption('no-import');
Expand Down

0 comments on commit 38bfe5a

Please sign in to comment.