removed unneeded comments

This commit is contained in:
kyle hoell
2020-12-07 21:06:22 -05:00
parent 1e28ba1951
commit 13dc080388
22 changed files with 0 additions and 82 deletions
-1
View File
@@ -70,7 +70,6 @@ class UserService {
if (currentEncryptedToken === encryptedToken) {
console.log("Refresh Token Found Logout!");
user.tokens.splice(i, 1);
await user.save();
break;