Remove debug output
This commit is contained in:
parent
214a92fcd5
commit
8d98dfe8fc
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user