From 440974972c03d82b28326e7b8b115ae2840ce502 Mon Sep 17 00:00:00 2001 From: zhaoyrr Date: Mon, 11 Aug 2025 11:30:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=83=E8=83=BD=E5=8A=9B=E5=91=8A=E8=AD=A6?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhaoyrr --- .../abilitymgr/src/deeplink_reserve/deeplink_reserve_config.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/abilitymgr/src/deeplink_reserve/deeplink_reserve_config.cpp b/services/abilitymgr/src/deeplink_reserve/deeplink_reserve_config.cpp index 88f01b055e2..404f7832cd0 100644 --- a/services/abilitymgr/src/deeplink_reserve/deeplink_reserve_config.cpp +++ b/services/abilitymgr/src/deeplink_reserve/deeplink_reserve_config.cpp @@ -185,7 +185,6 @@ void DeepLinkReserveConfig::LoadReservedUrilItem(const nlohmann::json &jsonUriOb if (jsonUriObject.contains(HOST_NAME) && jsonUriObject.at(HOST_NAME).is_string()) { std::string hostName = jsonUriObject.at(HOST_NAME).get(); reserveUri.host = hostName; - TAG_LOGD(AAFwkTag::ABILITYMGR, "host:%{public}s", reserveUri.host.c_str()); } if (jsonUriObject.contains(PORT_NAME) && jsonUriObject.at(PORT_NAME).is_string()) { std::string portName = jsonUriObject.at(PORT_NAME).get(); -- Gitee