debug output to show contents of trigger property changes

This commit is contained in:
Paul Davis 2022-02-11 10:32:50 -07:00
parent f7881af554
commit d18426ee95

View File

@ -229,7 +229,7 @@ Trigger::send_property_change (PropertyChange pc)
if (_box.fast_forwarding()) {
return;
}
cerr << "spc "; pc.dump (cerr); cerr << endl;
PropertyChanged (pc);
}