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);