diff --git a/libs/ardour/utils.cc b/libs/ardour/utils.cc index 0cefd62137..929d85b583 100644 --- a/libs/ardour/utils.cc +++ b/libs/ardour/utils.cc @@ -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; }