fix ut log

Signed-off-by: 师皓杰 <shihaojie10@huawei.com>
This commit is contained in:
师皓杰 2024-11-20 11:30:54 +08:00
parent e43600568a
commit f3c95dc72e

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;
}