remove stray debug print
This commit is contained in:
parent
31e6900cfb
commit
ea0c029dca
1 changed files with 0 additions and 2 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue