diff --git a/Platform/user/logging/cmd_file.c b/Platform/user/logging/cmd_file.c index 000e2d54d..db879fb1a 100755 --- a/Platform/user/logging/cmd_file.c +++ b/Platform/user/logging/cmd_file.c @@ -23,9 +23,6 @@ int conf_file(cJSON *json_obj, int argc, char **argv) if (argc == 3 && strstr(argv[2], "get") != NULL) { config_type = CM_CONFIG_GET; - // liangxia todo: 这里必须要填值,否则会发生log-sched.conf配置行为 (maybe there has a bug) - log_file.level = 5; - strcpy(log_file.del_over_size, "321654"); } else {