Remove fairly irrelevant startup log message from NasalMainLoopRecipient
This is probably the reason why the tests are failing.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user