From 719250ab560923ba3c8525f5cbf55088d47bfb86 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 20 Dec 2016 10:57:04 +0100 Subject: remove debug output --- gtk2_ardour/option_editor.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index 64c867970e..f34bab1b2b 100644 --- a/gtk2_ardour/option_editor.cc +++ b/gtk2_ardour/option_editor.cc @@ -530,7 +530,6 @@ OptionEditor::treeview_row_selected () Gtk::Widget* w = row[option_columns.widget]; if (w) { _notebook.set_current_page (_notebook.page_num (*w)); - cerr << "OE: set current page to " << _notebook.page_num (*w) << endl; } } } -- cgit v1.2.3