mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Remove debug
This commit is contained in:
parent
a1efea20dc
commit
b4b9d16fb0
@ -47,7 +47,6 @@ uint64_t ACLMap::convertACLs(const Coordination::ACLs & acls)
|
||||
|
||||
/// Start from one
|
||||
auto index = acl_to_num.size() + 1;
|
||||
LOG_DEBUG(&Poco::Logger::get("DEBUG"), "ALLOCATING {} FOR ACL", index);
|
||||
|
||||
acl_to_num[acls] = index;
|
||||
num_to_acl[index] = acls;
|
||||
|
Loading…
Reference in New Issue
Block a user