From 7de4cb5965fbf73fb09a161978cd2702dfbcf206 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 28 Jun 2013 10:07:39 +0100 Subject: [PATCH] Kill off some unnecessary log messages. --- src/Scripting/NasalPositioned.cxx | 2 -- 1 file changed, 2 deletions(-) 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); } -- 2.39.5