fix initialization of control protocols so that brand new sessions get working contro...
[ardour.git] / libs / surfaces / mackie / device_profile.cc
index 04975270abe41ea4a90875f86647c487ea6ac7f9..110038ca2bcb1e8bd259fd11724d3079a728cb58 100644 (file)
@@ -120,8 +120,6 @@ DeviceProfile::reload_device_profiles ()
 
                XMLTree tree;
 
-               std::cerr << "Loading " << fullpath << std::endl;
-               
                if (!tree.read (fullpath.c_str())) {
                        continue;
                }