13
0

remove inadvertently commited debug printf()

This commit is contained in:
Robin Gareus 2014-01-09 20:03:06 +01:00
parent dbc54d9688
commit 11d67258d3

View File

@ -206,8 +206,6 @@ StereoPanner::on_expose_event (GdkEventExpose*)
const double left = center - pan_spread;
const double right = center + pan_spread;
printf("L %.2f R %.2f PW:%.2f\n", left, right, pan_spread);
/* center line */
context->set_line_width (1.0);
context->move_to ((usable_width + lr_box_size)/2.0, 0);