Skip to content

Commit

Permalink
remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsereko committed Jan 31, 2024
1 parent ebbe6bb commit 418c867
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ public String handleSubmission(WebRequest request, HttpSession httpSession, Mode
}
}

//check validity of email then save it
if (isPlatform22OrNewer() && isEmailValid(email)) {
Field emailField;
try {
Expand Down

0 comments on commit 418c867

Please sign in to comment.