mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
fixup! remove unnecessary logging
This commit is contained in:
parent
7582c6d3a8
commit
10cd106063
1 changed files with 0 additions and 2 deletions
|
@ -2990,8 +2990,6 @@ Cache::roomNamesAndAliases()
|
|||
parentName = getRoomName(*parentId);
|
||||
}
|
||||
|
||||
nhlog::db()->info("{} has parent [{}]", room_id_str, parentName);
|
||||
|
||||
result.push_back(RoomNameAlias{
|
||||
.id = std::move(room_id_str),
|
||||
.name = std::move(info.name),
|
||||
|
|
Loading…
Reference in a new issue