1
0
Fork 0

Kill off some unnecessary log messages.

This commit is contained in:
James Turner 2013-06-28 10:07:39 +01:00
parent b1b6d2f6e2
commit 7de4cb5965

View file

@ -1741,13 +1741,11 @@ public:
_plan(fp),
_instance(ins)
{
SG_LOG(SG_NASAL, SG_INFO, "created Nasal delegate for " << fp);
_gcSaveKey = _nasal->gcSave(ins);
}
virtual ~NasalFPDelegate()
{
SG_LOG(SG_NASAL, SG_INFO, "destroying Nasal delegate for " << _plan);
_nasal->gcRelease(_gcSaveKey);
}