13
0

Remove debug output

This commit is contained in:
Robin Gareus 2019-07-18 15:45:53 +02:00
parent 214a92fcd5
commit 8d98dfe8fc
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -91,8 +91,6 @@ find_session_templates (vector<TemplateInfo>& template_names, bool read_xml)
return;
}
cerr << "Found " << templates.size() << " along " << template_search_path().to_string() << endl;
for (vector<string>::iterator i = templates.begin(); i != templates.end(); ++i) {
string file = session_template_dir_to_file (*i);