mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +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);
|
parentName = getRoomName(*parentId);
|
||||||
}
|
}
|
||||||
|
|
||||||
nhlog::db()->info("{} has parent [{}]", room_id_str, parentName);
|
|
||||||
|
|
||||||
result.push_back(RoomNameAlias{
|
result.push_back(RoomNameAlias{
|
||||||
.id = std::move(room_id_str),
|
.id = std::move(room_id_str),
|
||||||
.name = std::move(info.name),
|
.name = std::move(info.name),
|
||||||
|
|
Loading…
Reference in a new issue