mirror of https://github.com/CGAL/cgal
Remove debug output
This commit is contained in:
parent
bdb55d57e0
commit
2eab1a0f55
|
|
@ -313,7 +313,6 @@ line_project_pointC2(const FT &la, const FT &lb, const FT &lc,
|
|||
const FT &px, const FT &py,
|
||||
FT &x, FT &y)
|
||||
{
|
||||
std::cout << la << " "<< lb << " "<< lc << " "<< px << " " << py << std::endl;
|
||||
if (CGAL_NTS is_zero(la)) // horizontal line
|
||||
{
|
||||
x = px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue