Skip to content

Commit

Permalink
Remove now wrong CHECK.
Browse files Browse the repository at this point in the history
  • Loading branch information
levlam committed Sep 25, 2023
1 parent 1c758bb commit 9b4266c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion td/telegram/TopDialogManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,6 @@ void TopDialogManager::try_start() {
first_unsync_change_ = Timestamp();
server_sync_state_ = SyncState::None;
last_server_sync_ = Timestamp();
CHECK(pending_get_top_dialogs_.empty());

LOG(DEBUG) << "Init is enabled: " << is_enabled_;
if (!is_active_) {
Expand Down

0 comments on commit 9b4266c

Please sign in to comment.