remove debug output
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 11 Nov 2011 17:35:41 +0000 (17:35 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 11 Nov 2011 17:35:41 +0000 (17:35 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10552 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/utils.cc

index 0cefd62137edf12037a92fc73943e5c567bd83a1..929d85b583db142ce2760774cac90ae9d7acd81f 100644 (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;
                }