remove stray debug print

This commit is contained in:
Fabian Posch 2024-01-17 17:43:24 -05:00
parent 31e6900cfb
commit ea0c029dca

View file

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