[SCM] calf/master: Remove debug printfs

js at users.alioth.debian.org js at users.alioth.debian.org
Tue May 7 15:39:08 UTC 2013


The following commit has been merged in the master branch:
commit e037e222d2e237f0b332e4ed287e1a65425e93a3
Author: Torben Hohn <torbenh at gmx.de>
Date:   Sun Jan 25 02:00:45 2009 +0100

    Remove debug printfs

diff --git a/src/custom_ctl.cpp b/src/custom_ctl.cpp
index 955cc78..9b3f710 100644
--- a/src/custom_ctl.cpp
+++ b/src/custom_ctl.cpp
@@ -183,8 +183,6 @@ calf_line_graph_expose (GtkWidget *widget, GdkEventExpose *event)
 	    lg->source->get_changed_offsets( gen_index, cache_graph_index, cache_dot_index, cache_grid_index );
 	    lg->last_generation = gen_index;
 
-	    printf( "oki... cache_graph_index = %d\n", cache_graph_index );
-
 	    cairo_set_line_width(c, 1);
 	    for(int phase = 1; phase <= 2; phase++)
 	    {
@@ -218,8 +216,6 @@ calf_line_graph_expose (GtkWidget *widget, GdkEventExpose *event)
 	    graph_n = cache_graph_index;
 	    dot_n = cache_dot_index;
 	    calf_line_graph_copy_cache_to_window( lg, c );
-
-	    printf( "cache paint ... cache_graph_index = %d\n", cache_graph_index );
 	}
 
 
@@ -228,7 +224,6 @@ calf_line_graph_expose (GtkWidget *widget, GdkEventExpose *event)
         {
             for(int gn=grid_n_save; legend = std::string(), cairo_set_source_rgba(c, 1, 1, 1, 0.5), lg->source->get_gridline(lg->source_id, gn, pos, vertical, legend, &cimpl); gn++)
             {
-		    printf( "after cache:draw gridline %d\n", gn );
 		calf_line_graph_draw_grid( c, legend, vertical, pos, phase, sx, sy );
             }
         }
@@ -238,7 +233,6 @@ calf_line_graph_expose (GtkWidget *widget, GdkEventExpose *event)
         cairo_set_line_width(c, 1);
         for(int gn = graph_n; lg->source->get_graph(lg->source_id, gn, data, 2 * sx, &cimpl); gn++)
         {
-	    //printf( "uncached graph draw = %d\n", gn );
 	    calf_line_graph_draw_graph( c, data, sx, sy );
         }
         gdk_cairo_set_source_color(c, &sc3);

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list