Remove log message, now property changes are stable
This commit is contained in:
parent
6a32b758af
commit
a6bd613159
@ -137,9 +137,6 @@ namespace canvas
|
||||
_status(node, "status"),
|
||||
_status_msg(node, "status-msg")
|
||||
{
|
||||
SG_LOG(SG_GENERAL, SG_ALERT, "Canvas constructor:"
|
||||
" node=" << node->getPath(true /*simplify*/)
|
||||
);
|
||||
// Looks like we need to propogate value changes upwards.
|
||||
node->setAttribute(SGPropertyNode::VALUE_CHANGED_DOWN, true);
|
||||
_status = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user