Stop showing locale in the beginning of the unit test

This is useless, it is always just "C" as we haven't changed it yet.
This commit is contained in:
Vadim Zeitlin
2021-08-24 22:40:47 +02:00
parent 8156c921d3
commit d6d08087c0

View File

@@ -559,7 +559,6 @@ bool TestApp::OnInit()
<< "\n" << "\n"
<< "running under " << wxGetOsDescription() << "running under " << wxGetOsDescription()
<< " as " << wxGetUserId() << " as " << wxGetUserId()
<< ", locale is " << setlocale(LC_ALL, NULL)
<< std::endl; << std::endl;
#if wxUSE_GUI #if wxUSE_GUI