remove debug output from PresentationInfo changes
authorPaul Davis <paul@linuxaudiosystems.com>
Thu, 9 Feb 2017 15:49:11 +0000 (16:49 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Thu, 9 Feb 2017 15:49:11 +0000 (16:49 +0100)
libs/ardour/presentation_info.cc

index 87a091ebbebc13341fa79cb9db8e1369a7cdfa59..25048eaf98231eb9e5a9a9ab668c5657ad8fe9b6 100644 (file)
@@ -102,12 +102,6 @@ PresentationInfo::send_static_change (const PropertyChange& what_changed)
                return;
        }
 
-       std::cerr << "PI change (direct): ";
-       for (PropertyChange::const_iterator x = what_changed.begin(); x != what_changed.end(); ++x) {
-               std::cerr << g_quark_to_string (*x) << ',';
-       }
-       std::cerr << '\n';
-
        Change (what_changed);
 }