From f3c95dc72ec4233ab322e3f0e0953c302f11c855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B8=88=E7=9A=93=E6=9D=B0?= Date: Wed, 20 Nov 2024 11:30:54 +0800 Subject: [PATCH] fix ut log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 师皓杰 --- .../test/unittest/mission/distributed_bm_storage_test.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/dtbschedmgr/test/unittest/mission/distributed_bm_storage_test.cpp b/services/dtbschedmgr/test/unittest/mission/distributed_bm_storage_test.cpp index 3868e88e..1a31fba0 100644 --- a/services/dtbschedmgr/test/unittest/mission/distributed_bm_storage_test.cpp +++ b/services/dtbschedmgr/test/unittest/mission/distributed_bm_storage_test.cpp @@ -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; }