remove cfv debug
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / processlist.c
index 59c0f0b362885e3ff364333db30d9cad69875d74..6a8bcd44c8b917aea485bf59917994ceb958e8df 100644 (file)
@@ -411,7 +411,7 @@ void copy_pixmap_to_screen(ProcessList *process_list,
   gint end = MIN(ceil((y+height)/(double)cell_height),
                  process_list->index_to_pixmap->len);
   gint i;
-  g_warning("begin : %i, end : %i", begin,end);
+
   for(i=begin; i<end; i++) {
     g_assert(i<process_list->index_to_pixmap->len);
     /* Render the pixmap to the screen */
This page took 0.023164 seconds and 4 git commands to generate.