Skip to content
Snippets Groups Projects
Commit 9ccccf77 authored by Joan Perez Ibarz's avatar Joan Perez Ibarz
Browse files

removing comment from iri_base_algorithm destructor

parent 81ba809a
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,6 @@ IriBaseAlgorithm<Algorithm>::IriBaseAlgorithm() :
template <class Algorithm>
IriBaseAlgorithm<Algorithm>::~IriBaseAlgorithm()
{
std::cout << "I'm leaving for good" << std::endl << std::endl;
this->thread_server_->kill_thread(this->main_thread_id_);
}
......
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