summaryrefslogtreecommitdiff
path: root/libs/ardour/utils.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-11-11 17:35:41 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-11-11 17:35:41 +0000
commit1c85e7718749088b655a2f69bfaa871bc7e56b4a (patch)
tree22f96d38daf1987a6d5d33fb3ace34cecce272f2 /libs/ardour/utils.cc
parent1e8a26a8c62aaece7f5346b263f37b62a5b2f670 (diff)
remove debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@10552 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/utils.cc')
-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;
}