13
0

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:
Paul Davis 2011-10-26 20:56:16 +00:00
parent 8326ba9066
commit 56d397495a

View File

@ -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;
}