Hush some debug messages.
[ardour.git] / 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);