X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=src%2Fcommon.c;h=5887933bf69e87e6302496c97ca695a4a5c2ba6b;hp=c01aee273aae54f3113a6a44ee6a1894bb9c311d;hb=5827765941cff09d13353fc49d88071a3beefa97;hpb=e05a35a69ff03f10bba459a07dc26684049f1bc9 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);