Removed temporary debug info message

This commit is contained in:
Cirilo Bernardo 2016-02-06 13:28:59 +11:00
parent c180390a08
commit 67832dbc74
1 changed files with 0 additions and 4 deletions

View File

@ -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;