13
0

remove debug output

This commit is contained in:
Paul Davis 2015-07-15 14:13:44 -04:00
parent e46b518319
commit 436706c8d4

View File

@ -97,8 +97,6 @@ WindowProxy::set_state (const XMLNode& node, int /* version */)
XMLProperty* prop;
std::cerr << " PB setting state\n";
if ((prop = (*i)->property (X_("visible"))) != 0) {
_visible = PBD::string_is_affirmative (prop->value ());
}