Skip to content
Snippets Groups Projects
Commit d86d14a4 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

remove debug lines

parent fd799ec1
No related branches found
No related tags found
1 merge request!211State blocks
...@@ -30,8 +30,6 @@ void SolverManager::update() ...@@ -30,8 +30,6 @@ void SolverManager::update()
for (StateBlockPtr& state : states) for (StateBlockPtr& state : states)
{ {
state->printNotifications();
const auto notifications = state->consumeNotifications(); const auto notifications = state->consumeNotifications();
for (const auto notif : notifications) for (const auto notif : notifications)
...@@ -42,8 +40,6 @@ void SolverManager::update() ...@@ -42,8 +40,6 @@ void SolverManager::update()
{ {
const bool registered = state_blocks_.find(state)!=state_blocks_.end(); const bool registered = state_blocks_.find(state)!=state_blocks_.end();
// const auto p = state_blocks_.emplace(state, state->getState());
// call addStateBlock only if first time added. // call addStateBlock only if first time added.
if (!registered) if (!registered)
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment