From: James Turner Date: Thu, 4 Jul 2013 09:29:58 +0000 (+0100) Subject: Remove a debug message. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b53b3be9721fc99135a7f26636c4b7f78d09a06e;p=flightgear.git Remove a debug message. --- diff --git a/src/Navaids/NavDataCache.cxx b/src/Navaids/NavDataCache.cxx index f7c589bf0..e482d4a2e 100644 --- a/src/Navaids/NavDataCache.cxx +++ b/src/Navaids/NavDataCache.cxx @@ -1173,7 +1173,6 @@ NavDataCache::~NavDataCache() { assert(static_instance == this); static_instance = NULL; - SG_LOG(SG_NAVCACHE, SG_INFO, "closing the navcache"); d.reset(); }