removed a call used for testing with different flags active

This commit is contained in:
mgwynn
2021-06-25 15:41:31 -04:00
parent a9ef02d29a
commit c5dca9e232
-5
View File
@@ -655,11 +655,6 @@ namespace O3DELauncher
ReturnCode status = ReturnCode::Success;
if (auto nativeUI = AZ::Interface<AZ::NativeUI::NativeUIRequests>::Get(); nativeUI != nullptr)
{
nativeUI->DisplayOkDialog("Test", "Test", false);
}
if (systemInitParams.pSystem)
{
// Process queued events before main loop.