Skip to content

Commit

Permalink
Remove copy-paste
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 991db7c79885c44d71095c83fd75311db66b5305
  • Loading branch information
arseny30 committed Aug 18, 2020
1 parent e5b6d7b commit c1252ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions td/telegram/AuthManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,7 @@ void AuthManager::log_out(uint64 query_id) {
LOG(INFO) << "Logging out";
G()->td_db()->get_binlog_pmc()->set("auth", "logout");
update_state(State::LoggingOut);
auto query = G()->net_query_creator().create(telegram_api::auth_logOut());
query->set_priority(1);
start_net_query(NetQueryType::LogOut, std::move(query));
send_log_out_query();
}
}

Expand Down

0 comments on commit c1252ad

Please sign in to comment.