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(is_loop())
|
||||
{
|
||||
std::cout << "is loop" << std::endl;
|
||||
if(distance < FT(0)) { distance += length(); }
|
||||
else if(distance > length()) { distance -= length(); }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue