From ea0c029dcae527bcf75da47fffd038024aadae99 Mon Sep 17 00:00:00 2001 From: Fabian Posch Date: Wed, 17 Jan 2024 17:43:24 -0500 Subject: [PATCH] remove stray debug print --- src/actsim_agent/uploader.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/actsim_agent/uploader.cpp b/src/actsim_agent/uploader.cpp index 8f96c54..1a0ec8b 100644 --- a/src/actsim_agent/uploader.cpp +++ b/src/actsim_agent/uploader.cpp @@ -74,8 +74,6 @@ void Uploader::thread_run() { DEBUG_PRINT("Uploader dequeued new task"); - std::cout << "task id is " << task->id << std::endl; - // everything is good, upload the given task bool success = this->upload_task(std::move(task));