Skip to content

Commit

Permalink
remove debug comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Aug 6, 2024
1 parent e7efbb1 commit 584c3e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ private function getSchemaErrors(array $priceInfos): array
$errors = [];
$nameMatrix = [];

$priceInfos = $this->trimTariffName($priceInfos); //$this->trimArrayValues($priceInfos);
$priceInfos = $this->trimTariffName($priceInfos);

foreach ($priceInfos as $index => $priceInfo) {
foreach ($priceInfo['name'] as $language => $name) {
Expand Down

0 comments on commit 584c3e2

Please sign in to comment.