mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 13:32:13 +00:00
remove comments
This commit is contained in:
parent
4d5676f455
commit
96cb9f13dd
@ -261,7 +261,6 @@ namespace
|
||||
}
|
||||
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();
|
||||
}
|
||||
|
||||
|
@ -60,7 +60,6 @@ namespace
|
||||
|
||||
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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user