summaryrefslogtreecommitdiff
path: root/libs/ardour/filesystem_paths.cc
diff options
context:
space:
mode:
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;