]> git.mxchange.org Git - simgear.git/commitdiff
Remove some debug output.
authorJames Turner <zakalawe@mac.com>
Sun, 7 Jun 2015 15:48:33 +0000 (17:48 +0200)
committerJames Turner <zakalawe@mac.com>
Sun, 7 Jun 2015 15:48:33 +0000 (17:48 +0200)
simgear/nasal/cppbind/Ghost.cxx

index a89463cf584746e896ecaf4ac17f92d2b11b6bf4..5ebb7c9809e62f80649076a86a5ff636b451443b 100644 (file)
@@ -66,14 +66,6 @@ namespace nasal
     void GhostMetadata::addDerived(const GhostMetadata* derived)
     {
       assert(derived);
-
-      SG_LOG
-      (
-        SG_NASAL,
-        SG_INFO,
-        "Ghost::addDerived: " << _name_strong << " -> "
-                              << derived->_name_strong
-      );
     }
 
     //--------------------------------------------------------------------------