sdk: Remove warning about event without txn ID

… it doesn't make sense to have as long as it's still very common to get
duplicate non-echo events from the SS proxy.
This commit is contained in:
Jonas Platte
2023-09-04 14:07:58 +02:00
committed by Jonas Platte
parent 465c9bcbed
commit 73a9cd40d3

View File

@@ -933,12 +933,6 @@ impl<'a> TimelineEventHandler<'a> {
}
}
if txn_id.is_none() {
// The event was created by this client, but the server
// sent it back without a transaction ID.
warn!("Received remote echo without transaction ID");
}
// TODO: Check whether anything is different about the
// old and new item?