Removed debug from client.cpp

This commit is contained in:
Andrea Cavalli 2020-09-02 01:57:13 +02:00
parent a01b7bebd9
commit d985f02790

View File

@ -426,7 +426,6 @@ class MultiImplPool {
std::shared_ptr<MultiImpl> get() {
std::unique_lock<std::mutex> lock(mutex_);
if (impls_.empty()) {
Debug::DeathHandler dh;
init_openssl_threads();
impls_.resize(clamp(thread::hardware_concurrency(), 8u, 1000u) * 5 / 4);