]> git.mxchange.org Git - flightgear.git/commitdiff
Remove a debug message.
authorJames Turner <zakalawe@mac.com>
Thu, 4 Jul 2013 09:29:58 +0000 (10:29 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 4 Jul 2013 09:30:04 +0000 (10:30 +0100)
src/Navaids/NavDataCache.cxx

index f7c589bf09de1e525d2b51db515bd6d482e50cd5..e482d4a2ee60058aa80b7efd41d3605fa9e07573 100644 (file)
@@ -1173,7 +1173,6 @@ NavDataCache::~NavDataCache()
 {
   assert(static_instance == this);
   static_instance = NULL;
-  SG_LOG(SG_NAVCACHE, SG_INFO, "closing the navcache");
   d.reset();
 }