From 7b903febf96ae0e08c9f3ddd796c92032517a69a Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 9 May 2012 18:15:58 +0000 Subject: [PATCH] remove debug output git-svn-id: svn://localhost/ardour2/branches/3.0@12229 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/surfaces/mackie/surface.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/surfaces/mackie/surface.cc b/libs/surfaces/mackie/surface.cc index 3fa76c2240..4d9ab3f877 100644 --- a/libs/surfaces/mackie/surface.cc +++ b/libs/surfaces/mackie/surface.cc @@ -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);