Skip to content

Commit 92c7655

Browse files
Merge pull request #891 from pradeepkanaka/feature/fix-php-8.4-issues
Remove echo line
2 parents 4023232 + a0450b4 commit 92c7655

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Meta/Catalog/Setup/Patch/Data/AddProductAttributes.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ public function revert(): void
114114

115115
foreach (array_keys($productAttributes) as $attributeCode) {
116116
$eavSetup->removeAttribute(Product::ENTITY, $attributeCode);
117-
echo 'Removed attribute ' . $attributeCode . PHP_EOL;
118117
}
119118
//delete the patch entry from patch_list table
120119
$this->moduleDataSetup->deleteTableRow('patch_list', 'patch_name', __CLASS__);

0 commit comments

Comments
 (0)