From cb311a24d290f3e3d27f9e8e806f10c73e093c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E4=BD=B3=E6=A0=8B?= Date: Fri, 24 Jan 2025 10:10:17 +0000 Subject: [PATCH] update services/applypatch/block_set.cpp. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 王佳栋 --- services/applypatch/block_set.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/applypatch/block_set.cpp b/services/applypatch/block_set.cpp index b49614d7..2573a919 100644 --- a/services/applypatch/block_set.cpp +++ b/services/applypatch/block_set.cpp @@ -215,8 +215,6 @@ int32_t BlockSet::VerifySha256(const std::vector &buffer, const size_t if (hexdigest == expected) { return 0; } - LOG(ERROR) << "hexdigest is " << hexdigest << ", expected is " << expected; - UPDATER_LAST_WORD(hexdigest, expected); return -1; } -- Gitee