summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-02-09 16:49:11 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-02-09 16:49:11 +0100
commit8d83df72579dc8d2d7e10ec833b34b5e156100db (patch)
treed1cd0c019ea10ecdc8983aecdd7cfa04942c6712
parent6e476c515dc65c1ac06eb1a408c98f898a9acd52 (diff)
remove debug output from PresentationInfo changes
-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);
}