]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/model/SGText.cxx
Make return type from loadPagedModel explicit.
[simgear.git] / simgear / scene / model / SGText.cxx
index fdb7fe9657450f455a5defc47adcd1d850992218..1da6c57cc2e8ac3aa1450fe5d8965511ce138d9d 100644 (file)
@@ -91,8 +91,6 @@ osg::Node * SGText::appendText(const SGPropertyNode* configNode,
 {
   SGConstPropertyNode_ptr p;
 
-  SG_LOG(SG_GENERAL, SG_DEBUG, "Creating a text object");
-
   osgText::Text * text = new osgText::Text();
   osg::Geode * g = new osg::Geode;
   g->addDrawable( text );