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

removing debuging comments in driver base destructor:

    std::cout << "Node destructor" << std::endl;
    std::cout << "try_enter=" << this->driver_.try_enter() << std::endl;
parent 22b8906a
No related branches found
No related tags found
No related merge requests found
......@@ -335,9 +335,6 @@ IriBaseNodeDriver<Driver>::~IriBaseNodeDriver()
{
try
{
std::cout << "Node destructor" << std::endl;
std::cout << "try_enter=" << this->driver_.try_enter() << std::endl;
//unlock access to driver
this->driver_.unlock();
}
......
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