From: Julien Desfossez Date: Fri, 16 Mar 2012 19:04:02 +0000 (-0400) Subject: remove debug code X-Git-Tag: v0.2~49 X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=commitdiff_plain;h=5827765941cff09d13353fc49d88071a3beefa97 remove debug code Signed-off-by: Julien Desfossez --- diff --git a/src/common.c b/src/common.c index c01aee2..5887933 100644 --- a/src/common.c +++ b/src/common.c @@ -400,7 +400,6 @@ struct lttngtop* get_copy_lttngtop(unsigned long start, unsigned long end) * the current process list after the copy */ if (tmp->death > 0 && tmp->death < end) { - fprintf(stderr, "removing : %ld : %d %s\n", end, tmp->tid, tmp->comm); g_ptr_array_remove(lttngtop.process_table, tmp); /* FIXME : TRUE does not mean clears the object in it */ g_ptr_array_free(tmp->threads, TRUE);