remove cfv debug
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 19 Aug 2004 00:50:42 +0000 (00:50 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 19 Aug 2004 00:50:42 +0000 (00:50 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@809 04897980-b3bd-0310-b5e0-8ef037075253

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.024582 seconds and 4 git commands to generate.