Remove debug output

This commit is contained in:
Andreas Fabri 2018-09-20 17:44:34 +02:00 committed by Laurent Rineau
parent bdb55d57e0
commit 2eab1a0f55
1 changed files with 0 additions and 1 deletions

View File

@ -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;