Remove debug statements.
This commit is contained in:
parent
fe02b155f5
commit
7dcf6d599c
|
@ -157,11 +157,9 @@ int main(int argc, char *argv[])
|
|||
|
||||
if (int ret{}; (ret = it->get()) != EXIT_SUCCESS)
|
||||
{
|
||||
cerr << "ERROR\n";
|
||||
return_code = ret;
|
||||
}
|
||||
futurepool.erase(it);
|
||||
cerr << "ERASED\n";
|
||||
}
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
@ -182,7 +180,6 @@ int main(int argc, char *argv[])
|
|||
}
|
||||
futurepool.emplace_back(
|
||||
std::async(std::launch::async, search_file, filepath));
|
||||
cerr << "EMPLACED\n";
|
||||
}
|
||||
futures_cleanup(true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user