summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/midi_ui.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/libs/ardour/midi_ui.cc b/libs/ardour/midi_ui.cc
index e9e9eafb99..1cd0e1f133 100644
--- a/libs/ardour/midi_ui.cc
+++ b/libs/ardour/midi_ui.cc
@@ -69,13 +69,7 @@ MidiControlUI::do_request (MidiUIRequest* req)
} else if (req->type == CallSlot) {
-#ifndef NDEBUG
- if (getenv ("DEBUG_THREADED_SIGNALS")) {
- cerr << "MIDI UI calls a slot\n";
- }
-#endif
-
- req->the_slot ();
+ // req->the_slot ();
} else if (req->type == Quit) {