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