Remove debug output.

git-svn-id: svn://localhost/ardour2/branches/3.0@7123 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-20 01:36:27 +00:00
parent 84a801a791
commit c1e6410619
2 changed files with 0 additions and 4 deletions

View file

@ -267,8 +267,6 @@ OptionEditor::add_option (std::string const & pn, OptionEditorComponent* o)
_pages[pn] = new OptionEditorPage (_notebook, pn); _pages[pn] = new OptionEditorPage (_notebook, pn);
} }
cout << "add thing to " << pn << "\n";
OptionEditorPage* p = _pages[pn]; OptionEditorPage* p = _pages[pn];
p->components.push_back (o); p->components.push_back (o);

View file

@ -1244,8 +1244,6 @@ RCOptionEditor::RCOptionEditor ()
/* SOLO AND MUTE */ /* SOLO AND MUTE */
cout << "FUCK: " << _rc_config->get_solo_mute_gain() << "\n";
add_option (_("Solo / mute"), add_option (_("Solo / mute"),
new FaderOption ( new FaderOption (
"solo-mute-gain", "solo-mute-gain",