remove debug code
[lttngtop.git] / src / common.c
index c01aee273aae54f3113a6a44ee6a1894bb9c311d..5887933bf69e87e6302496c97ca695a4a5c2ba6b 100644 (file)
@@ -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) {
                 * 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);
                        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);
This page took 0.040333 seconds and 4 git commands to generate.