Hush some debug messages.
authorCarl Hetherington <carl@carlh.net>
Tue, 19 Jun 2012 13:28:13 +0000 (13:28 +0000)
committerCarl Hetherington <carl@carlh.net>
Tue, 19 Jun 2012 13:28:13 +0000 (13:28 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12779 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/surfaces/generic_midi/generic_midi_control_protocol.cc

index d28d4f5fb130992269dd849d73d13bac3cd70099..0a158f29ca2cc27d4b654fd81686b62c3528d2f7 100644 (file)
@@ -545,13 +545,9 @@ GenericMidiControlProtocol::set_state (const XMLNode& node, int version)
                        
                        if ((prop = (*niter)->property ("id")) != 0) {
 
-                                cerr << "Looking for MIDI Controllable with ID " << prop->value() << endl;
-                               
                                ID id = prop->value ();
                                Controllable* c = Controllable::by_id (id);
 
-                                cerr << "\tresult = " << c << endl;
-                               
                                if (c) {
                                        MIDIControllable* mc = new MIDIControllable (this, *_input_port, *c, false);