remove debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@13626 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2012-12-08 21:03:19 +00:00
parent 7b121f301c
commit 93b3a72cb8
2 changed files with 0 additions and 6 deletions

View File

@@ -1518,7 +1518,6 @@ void
Editor::reset_focus ()
{
track_canvas->grab_focus();
cerr << "Track canvas now has focus? " << track_canvas->has_focus() << endl;
}
void

View File

@@ -406,8 +406,6 @@ GainMeterBase::gain_activated ()
{
float f;
cerr << "GAin display activated\n";
{
// Switch to user's preferred locale so that
// if they use different LC_NUMERIC conventions,
@@ -430,9 +428,6 @@ GainMeterBase::gain_activated ()
if (gain_display.has_focus()) {
PublicEditor::instance().reset_focus();
cerr << "reset focus\n";
} else {
cerr << "leave focus alone\n";
}
}