From 38f6a5a40a433755f9f48fd53ceef92f0cc9cec4 Mon Sep 17 00:00:00 2001 From: Richard Harrison Date: Wed, 14 Aug 2019 16:47:25 +0200 Subject: [PATCH] Remove fairly irrelevant startup log message from NasalMainLoopRecipient This is probably the reason why the tests are failing. --- simgear/nasal/cppbind/NasalEmesaryInterface.hxx | 1 - 1 file changed, 1 deletion(-) diff --git a/simgear/nasal/cppbind/NasalEmesaryInterface.hxx b/simgear/nasal/cppbind/NasalEmesaryInterface.hxx index b6d01ca1..64d24f18 100644 --- a/simgear/nasal/cppbind/NasalEmesaryInterface.hxx +++ b/simgear/nasal/cppbind/NasalEmesaryInterface.hxx @@ -67,7 +67,6 @@ namespace nasal public: NasalMainLoopRecipient() : receiveCount(0) { simgear::Emesary::GlobalTransmitter::instance()->Register(*this); - SG_LOG(SG_NASAL, SG_INFO, "NasalMainLoopRecipient created"); } virtual ~NasalMainLoopRecipient() { simgear::Emesary::GlobalTransmitter::instance()->DeRegister(*this);