Delete debug logs

This commit is contained in:
Vadim Vetrov
2024-12-09 01:45:14 +03:00
parent ba0f87d195
commit 1822983b34
2 changed files with 0 additions and 7 deletions

View File

@@ -39,10 +39,6 @@ static int params_set(const char *cval, const struct kernel_param *kp) {
}
}
for (int i = 0; i < argc; i++) {
lginfo("%s %lu\n", argv[i], strlen(argv[i]));
}
ret = yparse_args(argc, argv);
kfree(val);
return ret;