Kill off some unnecessary log messages.
This commit is contained in:
parent
b1b6d2f6e2
commit
7de4cb5965
1 changed files with 0 additions and 2 deletions
|
@ -1741,13 +1741,11 @@ public:
|
||||||
_plan(fp),
|
_plan(fp),
|
||||||
_instance(ins)
|
_instance(ins)
|
||||||
{
|
{
|
||||||
SG_LOG(SG_NASAL, SG_INFO, "created Nasal delegate for " << fp);
|
|
||||||
_gcSaveKey = _nasal->gcSave(ins);
|
_gcSaveKey = _nasal->gcSave(ins);
|
||||||
}
|
}
|
||||||
|
|
||||||
virtual ~NasalFPDelegate()
|
virtual ~NasalFPDelegate()
|
||||||
{
|
{
|
||||||
SG_LOG(SG_NASAL, SG_INFO, "destroying Nasal delegate for " << _plan);
|
|
||||||
_nasal->gcRelease(_gcSaveKey);
|
_nasal->gcRelease(_gcSaveKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue