CSR-347: remove accidentally included test code

This commit is contained in:
Adam Caouette 2022-06-01 08:52:46 -04:00
parent 6ece987d75
commit 882b79ad7d

View file

@ -329,7 +329,7 @@ export default {
{
licenseLastName: lastName,
licenseStreetAddress: streetAddress,
licenseZip: (typeof zip !== "string") ? zip.toString() : zip,
licenseZip: zip,
licenseState: state,
}, false
);