Skip to content

Commit

Permalink
Eliminate now obsolete debug output to cerr
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolja Waschk committed Jan 7, 2025
1 parent adf7129 commit 116a026
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pf_driver/src/pf/pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,9 @@ void Pipeline::run_writer()
running_ = false;

// notify main thread about network failure
std::cerr << "pipe: try_lock" << std::endl;
{
std::lock_guard<std::mutex> lock(*net_mtx_);
std::cerr << "pipe: locked" << std::endl;
net_fail_ = true;
std::cerr << "pipe: unlock" << std::endl;
}
net_cv_->notify_one();
}
Expand Down

0 comments on commit 116a026

Please sign in to comment.