Skip to content

Commit

Permalink
delete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
heaversm committed Jan 12, 2022
1 parent c45b562 commit 5ed48c0
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions controllers/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1446,13 +1446,7 @@ async function handleRemovalFormSignup(req, res) {
console.error(
"user should not be able to submit the form again if they already have a Kanary ID"
);
// const localeError = LocaleUtils.formatRemoveString(
// "remove-error-account-exists"
// );

// return res.status(400).json({
// error: localeError,
// });
return res.redirect("/user/remove-data");
}

Expand Down

0 comments on commit 5ed48c0

Please sign in to comment.