Signed-off-by: wangyb0625 <wangyibo38@huawei.com>
This commit is contained in:
wangyb0625
2022-07-04 16:45:24 +08:00
parent 2f027dc431
commit f4f9d08427
@@ -310,7 +310,6 @@ void DmAuthManager::OnDataReceived(const int32_t sessionId, const std::string me
void DmAuthManager::OnGroupCreated(int64_t requestId, const std::string &groupId)
{
//wyb
if (authResponseContext_ == nullptr) {
LOGE("failed to OnGroupCreated because authResponseContext_ is nullptr");
return;
@@ -649,7 +648,6 @@ void DmAuthManager::AuthenticateFinish()
authPtr_ = nullptr;
authTimes_ = 0;
}
//wyb
LOGI("DmAuthManager::AuthenticateFinish complete");
}