Skip to content

Commit

Permalink
removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
podarok authored Apr 30, 2021
1 parent fca365e commit a1b8c66
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ public function submitForm(array &$form, FormStateInterface $form_state) {
$config = $this->config(self::CONFIG_NAME);
$locations = $form_state->getValue('locations');

$branches_list = $this->getBranchesList();

foreach ($locations as $id => $status) {
if ($id != 'All' && $status == $id) {
$new_locations[$id] = $status;
Expand Down

0 comments on commit a1b8c66

Please sign in to comment.