mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
Remove debug output from 39f65bbce
This commit is contained in:
parent
55596e2bf0
commit
b844e3f45a
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue