summaryrefslogtreecommitdiff
path: root/libs/ardour/presentation_info.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/presentation_info.cc')
-rw-r--r--libs/ardour/presentation_info.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/presentation_info.cc b/libs/ardour/presentation_info.cc
index 87a091ebbe..25048eaf98 100644
--- a/libs/ardour/presentation_info.cc
+++ b/libs/ardour/presentation_info.cc
@@ -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);
}