mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
remove debug output
This commit is contained in:
parent
e0b71dc5b4
commit
940b7595a9
@ -44,7 +44,6 @@ namespace netgen
|
||||
|
||||
void VisualSceneGeometry :: DrawScene ()
|
||||
{
|
||||
cout << "vs-csg::Draw" << endl;
|
||||
if (changeval != geometry->GetChangeVal())
|
||||
BuildScene();
|
||||
changeval = geometry->GetChangeVal();
|
||||
@ -126,7 +125,6 @@ namespace netgen
|
||||
|
||||
void VisualSceneGeometry :: BuildScene (int zoomall)
|
||||
{
|
||||
cout << "vs-csg::Build" << endl;
|
||||
VisualScene::BuildScene(zoomall); // setting light ...
|
||||
Box<3> box;
|
||||
int hasp = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user