diff --git a/services/param/liteos/param_service.c b/services/param/liteos/param_service.c index 33bd6ad25..5bdd4c3f7 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();