From 682e3c847a5a5fc88ea0ae4af41a4161edd5144d Mon Sep 17 00:00:00 2001 From: limingkang Date: Tue, 17 Jan 2023 16:33:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=801672?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: limingkang Change-Id: I4c6801f58258e9da0a79d16d28bdda46a183dd56 --- services/param/liteos/param_service.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/param/liteos/param_service.c b/services/param/liteos/param_service.c index 33bd6ad2..5bdd4c3f 100644 --- a/services/param/liteos/param_service.c +++ b/services/param/liteos/param_service.c @@ -135,12 +135,10 @@ void LiteParamService(void) { static int init = 0; if (init) { - printf("LiteParamService has been init \n"); return; } init = 1; EnableInitLog(INIT_INFO); - printf("LiteParamService \n"); InitParamService(); // get persist param LoadPersistParams(); -- GitLab