summaryrefslogtreecommitdiff
path: root/gtk2_ardour/option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-05-20 01:36:27 +0000
committerCarl Hetherington <carl@carlh.net>2010-05-20 01:36:27 +0000
commitc1e6410619403754ffa4388e82de7ec953ab6a7c (patch)
tree26cfe336cf9118a81b5cf1e235ccae000eeee8a7 /gtk2_ardour/option_editor.cc
parent84a801a7913714a2284f1142cb9bb3a335dd1a7e (diff)
Remove debug output.
git-svn-id: svn://localhost/ardour2/branches/3.0@7123 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/option_editor.cc')
-rw-r--r--gtk2_ardour/option_editor.cc2
1 files changed, 0 insertions, 2 deletions
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);