[SCM] calf/master: Remove printf.

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


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

    Remove printf.

diff --git a/src/custom_ctl.cpp b/src/custom_ctl.cpp
index 05f1d5c..6658ad3 100644
--- a/src/custom_ctl.cpp
+++ b/src/custom_ctl.cpp
@@ -188,7 +188,6 @@ calf_line_graph_expose (GtkWidget *widget, GdkEventExpose *event)
 	    {
 		for(grid_n = 0; legend = std::string(), cairo_set_source_rgba(c, 1, 1, 1, 0.5), (grid_n<cache_grid_index) &&  lg->source->get_gridline(lg->source_id, grid_n, pos, vertical, legend, &cimpl); grid_n++)
 		{
-		    printf( "draw gridline %d\n", grid_n );
 		    calf_line_graph_draw_grid( c, legend, vertical, pos, phase, sx, sy );
 		}
 	    }
@@ -422,7 +421,7 @@ calf_vumeter_expose (GtkWidget *widget, GdkEventExpose *event)
     cairo_destroy(c);
     
     gtk_paint_shadow(widget->style, widget->window, GTK_STATE_NORMAL, GTK_SHADOW_IN, NULL, widget, NULL, ox - 1, oy - 1, sx + 2, sy + 2);
-    printf("exposed %p %d+%d\n", widget->window, widget->allocation.x, widget->allocation.y);
+    //printf("exposed %p %d+%d\n", widget->window, widget->allocation.x, widget->allocation.y);
     
     return TRUE;
 }

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list