mirror of https://github.com/CGAL/cgal
remove cout
This commit is contained in:
parent
389bb11390
commit
2e15f13dc4
|
|
@ -321,7 +321,6 @@ public:
|
||||||
// If polyline is a loop, ensure that distance is given from start_it
|
// If polyline is a loop, ensure that distance is given from start_it
|
||||||
if(is_loop())
|
if(is_loop())
|
||||||
{
|
{
|
||||||
std::cout << "is loop" << std::endl;
|
|
||||||
if(distance < FT(0)) { distance += length(); }
|
if(distance < FT(0)) { distance += length(); }
|
||||||
else if(distance > length()) { distance -= length(); }
|
else if(distance > length()) { distance -= length(); }
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue