diff --git a/src/Scripting/NasalPositioned.cxx b/src/Scripting/NasalPositioned.cxx index 9fb00c62b..9da830f31 100644 --- a/src/Scripting/NasalPositioned.cxx +++ b/src/Scripting/NasalPositioned.cxx @@ -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); }