13
0

Remove debug output.

git-svn-id: svn://localhost/ardour2/branches/3.0@8051 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-11-17 12:25:20 +00:00
parent 3d0a53a1ad
commit c0539c0673

View File

@ -97,7 +97,6 @@ ConfigVariableBase::set_from_node (XMLNode const & node)
if (option->name() == _name) {
if ((opt_prop = option->property ("val")) != 0) {
cerr << "Setting " << _name << " to " << opt_prop->value() << endl;
set_from_string (opt_prop->value());
return true;
}