Removed excess logging

This commit is contained in:
2021-12-19 16:06:23 +00:00
parent 062bc43f5a
commit ec3b14e32b
2 changed files with 1 additions and 8 deletions
-3
View File
@@ -52,9 +52,6 @@ const validateDetails = async (body) => {
return 'Invalid username';
}
//check for existing (banned)
//TODO: re-add banned email checks
//check for existing email
const emailRecord = await accounts.findOne({
where: {