From ef4c078365f9f0cf46229ba153a9828802cf4e55 Mon Sep 17 00:00:00 2001 From: torrizo Date: Sat, 9 Aug 2025 08:18:19 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E9=9D=9E=E5=BF=85=E8=A6=81?= =?UTF-8?q?=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: torrizo --- .../src/dependency/hichain/hichain_auth_connector.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/implementation/src/dependency/hichain/hichain_auth_connector.cpp b/services/implementation/src/dependency/hichain/hichain_auth_connector.cpp index db26338fc..23756a20f 100644 --- a/services/implementation/src/dependency/hichain/hichain_auth_connector.cpp +++ b/services/implementation/src/dependency/hichain/hichain_auth_connector.cpp @@ -193,7 +193,6 @@ int32_t HiChainAuthConnector::ExportCredential(int32_t osAccountId, const std::s } publicKey = jsonAuthParam["keyValue"].Get(); - LOGI("leave. publicKey=%{public}s", GetAnonyString(publicKey).c_str()); return DM_OK; } -- Gitee