From a6bd61315985f6c64c3b397030ff30283caecacd Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 9 Mar 2022 09:57:05 +0000 Subject: [PATCH] Remove log message, now property changes are stable --- simgear/canvas/Canvas.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/simgear/canvas/Canvas.cxx b/simgear/canvas/Canvas.cxx index bc2bbe85..c20b74fa 100644 --- a/simgear/canvas/Canvas.cxx +++ b/simgear/canvas/Canvas.cxx @@ -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;