Remove debug output.
[ardour.git] / gtk2_ardour / option_editor.cc
index 807aee93bdcabafaba687f23e184bbabc4c266cf..207a262dd9d994da8f7b6653120f1cb16d03d549 100644 (file)
@@ -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);