Skip to content
Snippets Groups Projects
Commit ef448ad6 authored by Joaquim Casals Buñuel's avatar Joaquim Casals Buñuel
Browse files

Removed emplace debugging cout

parent 7cc5c085
No related branches found
No related tags found
No related merge requests found
Pipeline #3590 passed
......@@ -406,7 +406,6 @@ void SensorBase::setProblem(ProblemPtr _problem)
void SensorBase::link(HardwareBasePtr _hw_ptr)
{
std::cout << "Linking SensorBase" << std::endl;
if(_hw_ptr)
{
this->setHardware(_hw_ptr);
......
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