diff --git a/Geo/MElementCut.cpp b/Geo/MElementCut.cpp index dc8a948df37f150ae605ed130b4d27728ce582a3..f16e3bd60a47b1c79bf73f51facc9c179e78b20c 100644 --- a/Geo/MElementCut.cpp +++ b/Geo/MElementCut.cpp @@ -335,7 +335,6 @@ void MLineChild::getIntegrationPoints(int pOrder, int *npts, IntPt **pts) _intpt[*npts + ip].pt[1] = p.y(); _intpt[*npts + ip].pt[2] = p.z(); _intpt[*npts + ip].weight = detJ * weight; - std::cout<<"detJ :" << detJ <<std::endl; } *npts = nptsi; *pts = _intpt;