Skip to content

Commit

Permalink
Remove from else block
Browse files Browse the repository at this point in the history
  • Loading branch information
kumar-sanjeeev committed Dec 15, 2024
1 parent 78fa3b8 commit a74815e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions hardware_interface/src/mock_components/generic_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,11 +723,7 @@ void GenericSystem::initialize_storage_vectors(
if (it2 != component.parameters.end())
{
states[index][i] = hardware_interface::stod(it2->second);
print_hint = false;
}
else
{
print_hint = false;
print_hint = true;
}
}
}
Expand Down

0 comments on commit a74815e

Please sign in to comment.