MCP: somewhat functional (?) full keybinding GUI
[ardour.git] / libs / surfaces / mackie / surface.cc
index 52323ee8a666163f619042653b465ccd69e4419f..f1f308209cde0c770ac84ba28613145ef487b821 100644 (file)
@@ -199,8 +199,6 @@ Surface::init_strips (uint32_t n)
                
                snprintf (name, sizeof (name), "strip_%d", (8* _number) + i);
 
-               std::cerr << "*** Surface " << _number << " Setup strips for index " << i << endl;
-
                Strip* strip = new Strip (*this, name, i, strip_buttons);
                
                groups[name] = strip;