From 1c85e7718749088b655a2f69bfaa871bc7e56b4a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 11 Nov 2011 17:35:41 +0000 Subject: remove debug output git-svn-id: svn://localhost/ardour2/branches/3.0@10552 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/utils.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'libs/ardour/utils.cc') 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; } -- cgit v1.2.3