Skip to content
Snippets Groups Projects
Commit 31f79338 authored by Joan Solà Ortega's avatar Joan Solà Ortega
Browse files

Improve cout for Removed constraint

parent c0eb9224
No related branches found
No related tags found
1 merge request!101Visual SLAM starts to work.
......@@ -133,7 +133,7 @@ void ConstraintBase::remove()
default:
break;
}
std::cout << "Removed c" << id() << std::endl;
std::cout << "Removed c" << id() << std::endl;
}
}
......
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