remove debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@10552 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user