Skip to content

Commit

Permalink
fixup! remove unnecessary logging
Browse files Browse the repository at this point in the history
  • Loading branch information
nishanthkarthik committed Jun 20, 2024
1 parent 7582c6d commit 10cd106
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Cache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 10cd106

Please sign in to comment.