X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Foption_editor.cc;h=207a262dd9d994da8f7b6653120f1cb16d03d549;hb=8bdf5cf1d0caa0c6e96c43d19dae756094eb4e2b;hp=807aee93bdcabafaba687f23e184bbabc4c266cf;hpb=84a801a7913714a2284f1142cb9bb3a335dd1a7e;p=ardour.git diff --git a/gtk2_ardour/option_editor.cc b/gtk2_ardour/option_editor.cc index 807aee93bd..207a262dd9 100644 --- a/gtk2_ardour/option_editor.cc +++ b/gtk2_ardour/option_editor.cc @@ -267,8 +267,6 @@ OptionEditor::add_option (std::string const & pn, OptionEditorComponent* o) _pages[pn] = new OptionEditorPage (_notebook, pn); } - cout << "add thing to " << pn << "\n"; - OptionEditorPage* p = _pages[pn]; p->components.push_back (o);