diff --git a/simgear/nasal/cppbind/Ghost.hxx b/simgear/nasal/cppbind/Ghost.hxx index b186a186..b3309e92 100644 --- a/simgear/nasal/cppbind/Ghost.hxx +++ b/simgear/nasal/cppbind/Ghost.hxx @@ -607,10 +607,7 @@ namespace nasal { naRef na_parents = naHash_cget(me, const_cast("parents")); if( !naIsVector(na_parents) ) - { - SG_LOG(SG_NASAL, SG_DEBUG, "Missing 'parents' vector for ghost"); return pointer(); - } typedef std::vector naRefs; naRefs parents = from_nasal(c, na_parents);