remove comments

This commit is contained in:
Arthur Passos 2024-06-24 16:51:34 -03:00
parent 4d5676f455
commit 96cb9f13dd
2 changed files with 0 additions and 2 deletions

View File

@ -261,7 +261,6 @@ namespace
} }
else else
{ {
// remember to clean it up.. do I need to? smth in my memory tells me I don't need to
user->authentication_methods.emplace_back(); user->authentication_methods.emplace_back();
} }

View File

@ -60,7 +60,6 @@ namespace
if (user.authentication_methods.empty() && auth_data.empty()) if (user.authentication_methods.empty() && auth_data.empty())
{ {
// previously, a user always had a default constructed auth method.. maybe I should put this somewhere else
user.authentication_methods.emplace_back(); user.authentication_methods.emplace_back();
} }