remove debug output

This commit is contained in:
Paul Davis 2019-03-17 22:19:12 -07:00
parent 09fd380948
commit bd9d848058

View File

@ -1244,8 +1244,6 @@ PortManager::fill_midi_port_info_locked ()
return;
}
std::cerr << "MID .. doing the work\n";
std::vector<string> ports;
AudioEngine::instance()->get_ports (string(), DataType::MIDI, IsOutput, ports);