Removed temporary debug info message
This commit is contained in:
parent
c180390a08
commit
67832dbc74
|
@ -81,11 +81,7 @@ SCENEGRAPH* X3DPARSER::Load( const wxString& aFileName )
|
||||||
SCENEGRAPH* sp = NULL;
|
SCENEGRAPH* sp = NULL;
|
||||||
|
|
||||||
if( ok )
|
if( ok )
|
||||||
{
|
|
||||||
std::cerr << "XXX: Translating ...\n";
|
|
||||||
sp = (SCENEGRAPH*) topNode->TranslateToSG( NULL );
|
sp = (SCENEGRAPH*) topNode->TranslateToSG( NULL );
|
||||||
std::cerr << "XXX: sp = " << sp << "\n";
|
|
||||||
}
|
|
||||||
|
|
||||||
delete topNode;
|
delete topNode;
|
||||||
return sp;
|
return sp;
|
||||||
|
|
Loading…
Reference in New Issue