Remove debug output.
git-svn-id: svn://localhost/ardour2/branches/3.0@8051 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3d0a53a1ad
commit
c0539c0673
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user