Merge pull request !1183 from 师皓杰/master
This commit is contained in:
openharmony_ci 2024-11-20 06:18:04 +00:00 committed by Gitee
commit ea37dc0646
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -43,7 +43,6 @@ constexpr uint16_t ONE = 1;
bool DtbschedmgrDeviceInfoStorage::GetLocalUdid(std::string& udid)
{
udid = g_mockGetLocalUdid;
DTEST_LOG << "shihaojie GetLocalUdid" << std::endl;
return true;
}