From 7338ded5077c3239546c504adb8a11f2a683be24 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 30 Jul 2020 22:10:31 -0300 Subject: [PATCH] Performance adjustments. --- src/core/controller.cc | 2 +- src/core/get.cc | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/core/controller.cc b/src/core/controller.cc index 6b51e26..0f70f34 100644 --- a/src/core/controller.cc +++ b/src/core/controller.cc @@ -110,7 +110,7 @@ throw runtime_error( _("Not initialized") ); } - trace("%s()=%p",__FUNCTION__,hllapi_host); + // trace("%s()=%p",__FUNCTION__,hllapi_host); return *hllapi_host; } diff --git a/src/core/get.cc b/src/core/get.cc index 11d8c25..6922fa5 100644 --- a/src/core/get.cc +++ b/src/core/get.cc @@ -36,8 +36,6 @@ try { TN3270::Host &host = getSession(); - - host.waitForReady(); worker(host); } catch(const std::system_error &e) { -- libgit2 0.21.2