chore(sdk): Don't repeat a log line about the list of users for a /keys/query

The crypto crate already logs this, so no need to repeat the whole list
of users in the main crate.
This commit is contained in:
Damir Jelić
2025-02-27 15:49:44 +01:00
parent b422b93c78
commit 7a0bf9b9b9

View File

@@ -403,7 +403,7 @@ impl Client {
/// # Panics
///
/// Panics if no key query needs to be done.
#[instrument(skip(self))]
#[instrument(skip(self, device_keys))]
pub(crate) async fn keys_query(
&self,
request_id: &TransactionId,