summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/utils.cc2
1 files changed, 0 insertions, 2 deletions
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;
}