From 8d98dfe8fc2167012f92009f3f66baf22793ba72 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 18 Jul 2019 15:45:53 +0200 Subject: [PATCH] Remove debug output --- libs/ardour/template_utils.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/template_utils.cc b/libs/ardour/template_utils.cc index a62f034f86..9d1739c99b 100644 --- a/libs/ardour/template_utils.cc +++ b/libs/ardour/template_utils.cc @@ -91,8 +91,6 @@ find_session_templates (vector& template_names, bool read_xml) return; } - cerr << "Found " << templates.size() << " along " << template_search_path().to_string() << endl; - for (vector::iterator i = templates.begin(); i != templates.end(); ++i) { string file = session_template_dir_to_file (*i);