Skip to content

Commit

Permalink
Remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Jul 19, 2024
1 parent 076c168 commit ce61fa3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/worker_progress_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ WorkerProgressThread::~WorkerProgressThread() { stop(); }

void WorkerProgressThread::stop()
{
ucxx_warn("WorkerProgressThread::stop()");
if (!_thread.joinable()) {
ucxx_debug("Worker progress thread not running or already stopped");
return;
Expand Down

0 comments on commit ce61fa3

Please sign in to comment.