diff --git a/Telegram/SourceFiles/history/history.cpp b/Telegram/SourceFiles/history/history.cpp index 2f6d17bd8d..535a59615e 100644 --- a/Telegram/SourceFiles/history/history.cpp +++ b/Telegram/SourceFiles/history/history.cpp @@ -2998,9 +2998,9 @@ bool History::shouldBeInChatList() const { } void History::unknownMessageDeleted(MsgId messageId) { - LOG(("History::unknownMessageDeleted. Peer ID: %1, Message ID: %2.") + /*LOG(("History::unknownMessageDeleted. Peer ID: %1, Message ID: %2.") .arg(peer->id.value & PeerId::kChatTypeMask) - .arg(messageId.bare)); + .arg(messageId.bare));*/ _unknownDeletedMessages[messageId] = base::unixtime::now(); if (_inboxReadBefore && messageId >= *_inboxReadBefore) { owner().histories().requestDialogEntry(this);