13
0

remove debug output from PresentationInfo changes

This commit is contained in:
Paul Davis 2017-02-09 16:49:11 +01:00
parent 6e476c515d
commit 8d83df7257

View 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);
}