remove comment pointing to nothing

documentation and reasoning is fully in `delete_chat()`,
the remove line does not add much to it, also, the hint to "above" is wrong.
This commit is contained in:
B. Petersen
2023-11-01 13:11:56 +01:00
committed by holger krekel
parent 2efd0461d1
commit 2e70cf9388

View File

@@ -630,7 +630,6 @@ impl ChatId {
"bad chat_id, can not be a special chat: {}",
self
);
/* Up to 2017-11-02 deleting a group also implied leaving it, see above why we have changed this. */
let chat = Chat::load_from_db(context, self).await?;
context