From 6ea55c685125ff32ed152eebd760c549dbe02069 Mon Sep 17 00:00:00 2001 From: Thomas Geymayer Date: Thu, 27 Mar 2014 12:09:05 +0100 Subject: [PATCH] nasal::Ghost: remove bogus warning. --- simgear/nasal/cppbind/Ghost.hxx | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.39.5