mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
remove inadvertently commited debug printf()
This commit is contained in:
parent
dbc54d9688
commit
11d67258d3
1 changed files with 0 additions and 2 deletions
|
|
@ -206,8 +206,6 @@ StereoPanner::on_expose_event (GdkEventExpose*)
|
||||||
const double left = center - pan_spread;
|
const double left = center - pan_spread;
|
||||||
const double right = center + pan_spread;
|
const double right = center + pan_spread;
|
||||||
|
|
||||||
printf("L %.2f R %.2f PW:%.2f\n", left, right, pan_spread);
|
|
||||||
|
|
||||||
/* center line */
|
/* center line */
|
||||||
context->set_line_width (1.0);
|
context->set_line_width (1.0);
|
||||||
context->move_to ((usable_width + lr_box_size)/2.0, 0);
|
context->move_to ((usable_width + lr_box_size)/2.0, 0);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue