From 8d83df72579dc8d2d7e10ec833b34b5e156100db Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 9 Feb 2017 16:49:11 +0100 Subject: remove debug output from PresentationInfo changes --- libs/ardour/presentation_info.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/ardour') 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); } -- cgit v1.2.3