comment out a DEBUG_TRACE statement that causes issues for clang, reasons are unclear

This commit is contained in:
Paul Davis 2016-05-31 17:39:24 -04:00
parent 9ff3c55e34
commit 14b4bac7f2

View file

@ -57,8 +57,10 @@ Stripable::set_presentation_info (PresentationInfo pi, bool notify_class_listene
{
if (pi != presentation_info()) {
#ifndef __APPLE__
/* clang can't deal with the operator<< (ostream&,PresentationInfo&) method. not sure why yet. */
DEBUG_TRACE (DEBUG::OrderKeys, string_compose ("%1: set presentation info to %2\n", name(), pi));
#endif
if (is_master()) {
_presentation_info = PresentationInfo (0, PresentationInfo::MasterOut);
} else if (is_monitor()) {