Skip to content

Commit bedd072

Browse files
peterjaapviktym
andauthored
Update src/Command/Process/ShowStatus.php
Co-authored-by: Viktor Tymchynskyi <[email protected]>
1 parent ff0aa7b commit bedd072

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Command/Process/ShowStatus.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,6 @@ public function run(InputInterface $input, OutputInterface $output)
141141
$this->renderer->printJson($output, array_values($patches));
142142
} else {
143143
$this->renderer->printTable($output, array_values($patches));
144-
}
145-
146-
if (!$isJsonFormat) {
147144
$output->writeln('<info>' . $this->magentoVersion->get() . '</info>');
148145
}
149146
}

0 commit comments

Comments
 (0)