Remove debug output from 39f65bbce

This commit is contained in:
Robin Gareus 2018-10-05 00:56:59 +02:00
parent 55596e2bf0
commit b844e3f45a
1 changed files with 0 additions and 1 deletions

View File

@ -567,7 +567,6 @@ SessionDialog::open_button_pressed (GdkEventButton* ev)
struct LuaScriptListSorter
{
bool operator() (LuaScriptInfoPtr const a, LuaScriptInfoPtr const b) const {
printf ("-- CMD %s <> %s = %d\n", a->name.c_str(), b->name.c_str(), ARDOUR::cmp_nocase_utf8 (a->name, b->name));
return ARDOUR::cmp_nocase_utf8 (a->name, b->name) < 0;
}
};