Fix special build, minor fix in Client.cpp

This commit is contained in:
Vladimir 2021-07-10 13:28:44 +03:00 committed by GitHub
parent 588c31d9f5
commit 3157a46596
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2564,7 +2564,6 @@ public:
}
catch (const Exception & e)
{
std::string text = e.displayText();
std::cerr << getExceptionMessage(e, false) << std::endl;
std::cerr << "Table №" << i << std::endl << std::endl;
/// Avoid the case when error exit code can possibly overflow to normal (zero).