Removing extra commented code

This commit is contained in:
jonbeer
2021-05-04 18:27:09 -07:00
parent 5e6d058a43
commit 7963924b6a
@@ -33,11 +33,6 @@ namespace AZ
"Target object for Json Serialization is pointing to nothing during loading.");
}
/*if (IsExplicitDefault(value))
{
return context.Report(Tasks::ReadField, Outcomes::DefaultsUsed, "Value has an explicit default.");
}*/
BaseJsonSerializer* serializer = context.GetRegistrationContext()->GetSerializerForType(typeId);
if (serializer)
{