remove logs

This commit is contained in:
Sebastian Klähn
2022-12-27 18:08:20 +01:00
parent d0871d3bd7
commit 7273c917a6
2 changed files with 0 additions and 2 deletions

View File

@@ -1770,7 +1770,6 @@ pub(crate) async fn rfc724_mid_exists(
},
)
.await?;
warn!(context, "rfc_724_mid: {:?} is found: {:?}", rfc724_mid, res);
Ok(res)
}

View File

@@ -1645,7 +1645,6 @@ async fn apply_group_changes(
{
better_msg = Some(stock_str::msg_add_member(context, &added_member, from_id).await);
warn!(context, "recreating: {}", recreate_member_list);
if !recreate_member_list {
if let Some(contact_id) =
Contact::lookup_id_by_addr(context, &added_member, Origin::Unknown).await?