mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
remove logs
This commit is contained in:
@@ -1770,7 +1770,6 @@ pub(crate) async fn rfc724_mid_exists(
|
|||||||
},
|
},
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
warn!(context, "rfc_724_mid: {:?} is found: {:?}", rfc724_mid, res);
|
|
||||||
|
|
||||||
Ok(res)
|
Ok(res)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1645,7 +1645,6 @@ async fn apply_group_changes(
|
|||||||
{
|
{
|
||||||
better_msg = Some(stock_str::msg_add_member(context, &added_member, from_id).await);
|
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 !recreate_member_list {
|
||||||
if let Some(contact_id) =
|
if let Some(contact_id) =
|
||||||
Contact::lookup_id_by_addr(context, &added_member, Origin::Unknown).await?
|
Contact::lookup_id_by_addr(context, &added_member, Origin::Unknown).await?
|
||||||
|
|||||||
Reference in New Issue
Block a user