mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 15:37:48 +01:00
[Summary] Removing dbg output.
This commit is contained in:
parent
bc79bd9286
commit
32c8f66d4e
1 changed files with 0 additions and 1 deletions
|
|
@ -702,7 +702,6 @@ GainMeter::gain_slider_button_press (GdkEventButton* ev)
|
|||
bool
|
||||
GainMeter::gain_slider_button_release (GdkEventButton* ev)
|
||||
{
|
||||
std::cout << "GainMeter::gain_slider_button_release () " << ev->type << std::endl;
|
||||
_amp->gain_control()->stop_touch (false, _amp->session().transport_frame());
|
||||
if (_gain_slider_double_clicked) {
|
||||
start_gain_level_editing ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue