drop unnecessary error to debug_warn

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-10-02 01:47:19 -04:00
parent 98363852b1
commit 54a107c3c4

View file

@ -130,7 +130,7 @@ pub(crate) async fn get_state_events_for_key_route(
.room_state_get(&body.room_id, &body.event_type, &body.state_key) .room_state_get(&body.room_id, &body.event_type, &body.state_key)
.await .await
.map_err(|_| { .map_err(|_| {
err!(Request(NotFound(error!( err!(Request(NotFound(debug_warn!(
room_id = ?body.room_id, room_id = ?body.room_id,
event_type = ?body.event_type, event_type = ?body.event_type,
"State event not found in room.", "State event not found in room.",