remove debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@10552 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-11-11 17:35:41 +00:00
parent 1e8a26a8c6
commit 1c85e77187

View file

@ -307,8 +307,6 @@ path_expand (string path)
while (true) {
cerr << "working on " << path << endl;
if (regexec (&compiled_pattern, path.c_str(), nmatches, matches, 0)) {
break;
}