From 9a66a5acad48374379101e8257fd34415dad0b6e Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 29 Jul 2020 11:09:36 -0700 Subject: [PATCH] Cleanup code line endings --- pcbnew/router/pns_line_placer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/pcbnew/router/pns_line_placer.cpp b/pcbnew/router/pns_line_placer.cpp index aae5795aeb..f226fb52bb 100644 --- a/pcbnew/router/pns_line_placer.cpp +++ b/pcbnew/router/pns_line_placer.cpp @@ -1583,8 +1583,6 @@ DIRECTION_45 POSTURE_SOLVER::GetPosture( const VECTOR2I& aP ) double areaDiag = diag.Area(); double ratio = abs(areaS) / (fabs(areaDiag) + 1.0); - printf("posture forced %d initdir %s\n", !!m_forced, m_initDirection.Format().c_str() ); - // heuristic to detect that the user dragged back the cursor to the beginning of the trace // in this case, we cancel any forced posture if( sqrt(refArea) < 4 * m_tollerance )