remove left-over debugging call to sleep(3) (!!!)
git-svn-id: svn://localhost/ardour2/branches/3.0@10309 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -69,9 +69,6 @@ ConfigVariableBase::set_from_node (XMLNode const & node)
|
||||
if ((prop = child->property ("name")) != 0) {
|
||||
if (prop->value() == _name) {
|
||||
if ((prop = child->property ("value")) != 0) {
|
||||
if (_name == "audio-search-path") {
|
||||
sleep (1);
|
||||
}
|
||||
set_from_string (prop->value());
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user