From 67832dbc74ad581482cc47ec1fdc4836f7120ef1 Mon Sep 17 00:00:00 2001 From: Cirilo Bernardo Date: Sat, 6 Feb 2016 13:28:59 +1100 Subject: [PATCH] Removed temporary debug info message --- plugins/3d/vrml/x3d.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/3d/vrml/x3d.cpp b/plugins/3d/vrml/x3d.cpp index d5a32c42b9..406f19b742 100644 --- a/plugins/3d/vrml/x3d.cpp +++ b/plugins/3d/vrml/x3d.cpp @@ -81,11 +81,7 @@ SCENEGRAPH* X3DPARSER::Load( const wxString& aFileName ) SCENEGRAPH* sp = NULL; if( ok ) - { - std::cerr << "XXX: Translating ...\n"; sp = (SCENEGRAPH*) topNode->TranslateToSG( NULL ); - std::cerr << "XXX: sp = " << sp << "\n"; - } delete topNode; return sp;