diff --git a/proc_parse.c b/proc_parse.c index 088e45e01..f5c870e66 100644 --- a/proc_parse.c +++ b/proc_parse.c @@ -1762,7 +1762,6 @@ int parse_posix_timers(pid_t pid, struct proc_posix_timers_stat *args) if (IS_ERR(s)) goto err; - pr_err("%s\n", s); switch (i % 4) { case 0: timer = xzalloc(sizeof(struct proc_posix_timer));