From ce61fa3e00c93e97d6c7f39eb9757fb1cd3b13b6 Mon Sep 17 00:00:00 2001 From: Peter Andreas Entschev Date: Fri, 19 Jul 2024 07:57:52 -0700 Subject: [PATCH] Remove debug log --- cpp/src/worker_progress_thread.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/src/worker_progress_thread.cpp b/cpp/src/worker_progress_thread.cpp index 7e54239b..21e56573 100644 --- a/cpp/src/worker_progress_thread.cpp +++ b/cpp/src/worker_progress_thread.cpp @@ -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;