From: James Turner Date: Sun, 7 Jun 2015 15:48:33 +0000 (+0200) Subject: Remove some debug output. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1378511c132d11bff56579a4d5999d858374f00c;p=simgear.git Remove some debug output. --- diff --git a/simgear/nasal/cppbind/Ghost.cxx b/simgear/nasal/cppbind/Ghost.cxx index a89463cf..5ebb7c98 100644 --- a/simgear/nasal/cppbind/Ghost.cxx +++ b/simgear/nasal/cppbind/Ghost.cxx @@ -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 - ); } //--------------------------------------------------------------------------