remove debug output

git-svn-id: svn://localhost/ardour2/branches/3.0@12229 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis
2012-05-09 18:15:58 +00:00
parent 5a7a89e068
commit 7b903febf9

View File

@@ -803,8 +803,6 @@ Surface::gui_selection_changed (const ARDOUR::StrongRouteNotificationList& route
void
Surface::say_hello ()
{
cerr << "Sending hello to port " << _port->output_port().name() << endl;
/* wakeup for Mackie Control */
MidiByteArray wakeup (7, MIDI::sysex, 0x00, 0x00, 0x66, 0x14, 0x00, MIDI::eox);
_port->write (wakeup);