Skip to content

Commit ec08fcb

Browse files
ENGCOM-1005: [Forwardport] catalog:images:resize CLI command fix #14229
- Merge Pull Request #14229 from rostyslav-hymon/magento2:2.3-develop-PR-port-14154 - Merged commits: 1. 02a8c68
2 parents 4046856 + 02a8c68 commit ec08fcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Console/Command/ImagesResizeCommand.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ protected function execute(
6969
$productIds = $productCollection->getAllIds();
7070
if (!count($productIds)) {
7171
$output->writeln("<info>No product images to resize</info>");
72-
// we must have an exit code higher than zero to indicate something was wrong
7372
return \Magento\Framework\Console\Cli::RETURN_SUCCESS;
7473
}
7574

0 commit comments

Comments
 (0)