From 06e13ed56b832c75ea53a6b59f0778a4cd67088f Mon Sep 17 00:00:00 2001 From: limingkang Date: Tue, 17 Jan 2023 16:33:16 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20682e3c8=20from=20https://gitee.com/xiao?= =?UTF-8?q?-ming-k/startup=5Finit=5Flite/pulls/1704=20=E5=9B=9E=E9=80=8016?= =?UTF-8?q?72?= 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 d90da4d5..8e1cf814 100644 --- a/services/param/liteos/param_service.c +++ b/services/param/liteos/param_service.c @@ -135,12 +135,10 @@ void LiteParamService(void) { static 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