@@ -1634,7 +1634,6 @@ export default {
let month = myDate.getMonth() + 1;
let day = myDate.getDate();
let age = 0;
-
if (val === 18) {
age = myDate.getFullYear() - iden.substring(6, 10) - 1;
sex = iden.substring(16, 17);