From 56d397495a0f3ec4e8cfba23c6a7d98a849f3844 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 26 Oct 2011 20:56:16 +0000 Subject: remove left-over debugging call to sleep(3) (!!!) git-svn-id: svn://localhost/ardour2/branches/3.0@10309 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/configuration.cc | 3 --- 1 file changed, 3 deletions(-) (limited to 'libs/ardour/configuration.cc') diff --git a/libs/ardour/configuration.cc b/libs/ardour/configuration.cc index 5f8fe0955d..d5ca426a74 100644 --- a/libs/ardour/configuration.cc +++ b/libs/ardour/configuration.cc @@ -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; } -- cgit v1.2.3