removes unnecessary code

This commit is contained in:
Shannon
2020-07-21 13:13:35 +10:00
parent 51118699df
commit e16e04ecb0

View File

@@ -444,7 +444,6 @@ function serverValidationManager($timeout) {
throw "modelState is not an object";
}
var hasPropertyErrors = false;
for (const [key, value] of Object.entries(modelState)) {
//This is where things get interesting....