summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-20 10:57:04 +0100
committerRobin Gareus <robin@gareus.org>2016-12-20 12:34:40 +0100
commit719250ab560923ba3c8525f5cbf55088d47bfb86 (patch)
tree1eb4e72e7a544a002ce48aba418bed2ee8c44dc4 /gtk2_ardour/option_editor.cc
parent8b5533478fdb143e7517afbf1ee92b3aba14eba4 (diff)
remove debug output
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc1
1 files changed, 0 insertions, 1 deletions
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;
}
}
}