Skip to content

Commit 8dd9b20

Browse files
committed
Remove comment
1 parent c1896b0 commit 8dd9b20

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/chat.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3928,8 +3928,6 @@ pub async fn remove_contact_from_chat(
39283928
} else {
39293929
let mut sync = Nosync;
39303930

3931-
// Remove contact locally first
3932-
// to set `chats_contacts.remove_timestamp`.
39333931
remove_from_chat_contacts_table(context, chat_id, contact_id).await?;
39343932

39353933
// We do not return an error if the contact does not exist in the database.

0 commit comments

Comments
 (0)