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));