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