13
0

remove debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@13655 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-13 13:44:44 +00:00
parent 341cbfbd19
commit 67adc8ceed

View File

@ -318,8 +318,6 @@ PixFader::on_button_release_event (GdkEventButton* ev)
/* no motion - just a click */
cerr << "no motion click\n";
if (ev->state & Keyboard::TertiaryModifier) {
adjustment.set_value (default_value);
} else if (ev->state & Keyboard::GainFineScaleModifier) {