Skip to content

Commit a0450b4

Browse files
committed
Remove echo line
1 parent c0d13a3 commit a0450b4

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)