From 1378511c132d11bff56579a4d5999d858374f00c Mon Sep 17 00:00:00 2001 From: James Turner Date: Sun, 7 Jun 2015 17:48:33 +0200 Subject: [PATCH] Remove some debug output. --- simgear/nasal/cppbind/Ghost.cxx | 8 -------- 1 file changed, 8 deletions(-) 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 - ); } //-------------------------------------------------------------------------- -- 2.39.2