Remove fairly irrelevant startup log message from NasalMainLoopRecipient

This is probably the reason why the tests are failing.
This commit is contained in:
Richard Harrison
2019-08-14 16:47:25 +02:00
parent b28f030874
commit 38f6a5a40a

View File

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