Remove debug output from 39f65bbce
[ardour.git] / gtk2_ardour / session_dialog.cc
index d8ecc543a92684fe6e86308662993de0b7b90775..27fae5b9a9cc6ac962d3fb806f8f0ca0a1e9bfa7 100644 (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;
        }
 };