0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 01:59:33 +02:00

modules/m_receipt: No need to log the id of the receipt saved to user's room.

This commit is contained in:
Jason Volk 2018-08-28 15:59:52 -07:00
parent ed9d8d72ee
commit 60571aabf3

View file

@ -194,12 +194,11 @@ try
log::info
{
"%s read by %s in %s @ %zd => %s",
"%s read by %s in %s @ %zd",
string_view{event_id},
string_view{user_id},
string_view{room_id},
ts,
string_view{evid}
ts
};
}
catch(const std::exception &e)