All the validation happens on lines 53-59.
|| means "or" so it's checking if this OR if that OR if the other thing. If any one of those things is true, then it decides that the form isn't valid. In most cases, it's checking to see if the field is empty (if one of them is empty, then the form is considered invalid). So just remove the parts that you don't want it to check.