mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 20:29:35 +01:00
Remove debug message
This commit is contained in:
parent
f680c69c27
commit
1eb0c1ec9b
1 changed files with 0 additions and 1 deletions
|
|
@ -85,7 +85,6 @@ VarispeedDialog::apply_speed ()
|
|||
|
||||
double speed = pow (2.0, ((double)cents / 1200.0));
|
||||
|
||||
printf ("VarispeedDialog::apply_speed\n");
|
||||
if (_session && _session->default_play_speed () != speed) {
|
||||
_session->request_default_play_speed (speed);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue