From: Paul Davis Date: Thu, 9 Feb 2017 15:49:11 +0000 (+0100) Subject: remove debug output from PresentationInfo changes X-Git-Tag: 5.6~1 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=8d83df72579dc8d2d7e10ec833b34b5e156100db;p=ardour.git remove debug output from PresentationInfo changes --- 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); }