Fix typo, add missing header, remove unecessary asserts

Signed-off-by: nggieber <52797929+AMZN-nggieber@users.noreply.github.com>
This commit is contained in:
nggieber
2021-12-10 11:42:18 -08:00
parent 214716dafc
commit e9db0bca6a
3 changed files with 5 additions and 3 deletions
@@ -70,7 +70,7 @@ namespace O3DE::ProjectManager
}
m_pythonBindings = AZStd::make_unique<PythonBindings>(GetEngineRoot());
AZ_Assert(m_pythonBindings, "Failed to create PythonBindings");
if (!m_pythonBindings->PythonStarted())
{
if (!interactive)
@@ -113,7 +113,6 @@ namespace O3DE::ProjectManager
}
m_settings = AZStd::make_unique<Settings>();
AZ_Assert(m_settings, "Failed to create Settings");
if (!RegisterEngine(interactive))
{