mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +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
|
struct LuaScriptListSorter
|
||||||
{
|
{
|
||||||
bool operator() (LuaScriptInfoPtr const a, LuaScriptInfoPtr const b) const {
|
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;
|
return ARDOUR::cmp_nocase_utf8 (a->name, b->name) < 0;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue