diff --git a/server/AyaNova/biz/CustomerServiceRequestBiz.cs b/server/AyaNova/biz/CustomerServiceRequestBiz.cs index 841ea02e..ada92bdf 100644 --- a/server/AyaNova/biz/CustomerServiceRequestBiz.cs +++ b/server/AyaNova/biz/CustomerServiceRequestBiz.cs @@ -243,10 +243,6 @@ namespace AyaNova.Biz AddError(ApiErrorCode.VALIDATION_REQUIRED, "name"); - //test error on name - AddError(ApiErrorCode.VALIDATION_INVALID_VALUE, "name", "test errror"); - - //if unit, it must both exist and belong to this CustomerId if (proposedObj.UnitId != null) {