summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-16 03:08:28 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-16 03:08:28 +0000
commit5b1da330a4eedcece28cc5e040c90663b8b607d5 (patch)
tree9a4486eb58d57a3ce090bcf981971b11819e0261 /libs/ardour/filesystem_paths.cc
parent223a5e217ada4668cab1e6d75f6ca38222b8946c (diff)
Ssshhhhh....
git-svn-id: svn://localhost/ardour2/branches/3.0@12738 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/filesystem_paths.cc')
-rw-r--r--libs/ardour/filesystem_paths.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/ardour/filesystem_paths.cc b/libs/ardour/filesystem_paths.cc
index a8a684a4aa..760b16c409 100644
--- a/libs/ardour/filesystem_paths.cc
+++ b/libs/ardour/filesystem_paths.cc
@@ -124,7 +124,6 @@ ardour_config_search_path ()
search_path = sp;
have_path = true;
- info << "CONFIG PATH: " << search_path.to_string() << endmsg;
}
return search_path;
@@ -153,7 +152,6 @@ ardour_data_search_path ()
search_path = sp;
have_path = true;
- info << "DATA PATH: " << search_path.to_string() << endmsg;
}
return search_path;