Revert accidental change

Signed-off-by: nvsickle <nvsickle@amazon.com>
This commit is contained in:
nvsickle
2021-06-21 21:00:42 -07:00
parent 9e4d6a1d85
commit 0c97888d0f
@@ -731,12 +731,10 @@ namespace AzFramework
bool Application::IsPrefabSystemEnabled() const
{
bool value = true;
/*
if (auto* registry = AZ::SettingsRegistry::Get())
{
registry->Get(value, ApplicationInternal::s_prefabSystemKey);
}
*/
return value;
}