From 222b333a012b4933b4c6dab6087fa9d3d9dd55ae Mon Sep 17 00:00:00 2001 From: Rayllll Date: Thu, 6 Feb 2025 09:28:50 +0800 Subject: [PATCH] Signed-off-by: Rayllll delete print --- utils/write_updater.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/write_updater.cpp b/utils/write_updater.cpp index 3bcb7fec..df45b8ea 100644 --- a/utils/write_updater.cpp +++ b/utils/write_updater.cpp @@ -76,7 +76,6 @@ static int WriteUpdaterPara(int argc, UpdaterPara ¶) static void HandleMiscInfo(int argc, char **argv) { if (!Utils::IsFileExist(HANDLE_MISC_LIB_PATH)) { - cout << "libupdater_handle_misc.z.so is not exist"; return; } auto handle = Utils::LoadLibrary(HANDLE_MISC_LIB); -- Gitee