Skip to content

Commit d91e44f

Browse files
committed
Fixed leftover debug statement
1 parent fed813c commit d91e44f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/controllers/InventoryLocationsController.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ public function actionEdit(?int $inventoryLocationId = null, ?InventoryLocation
132132

133133
// Remove the title/label field from the address field layout
134134
foreach ($form->tabs as &$tab) {
135-
$foo = 'bar';
136135
$values = array_values(array_filter($tab->elements, function($element) {
137136
if (is_array($element) && $element[0] instanceof LabelField && $element[0]->attribute === 'title') {
138137
return false;

0 commit comments

Comments
 (0)